Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(304)

Unified Diff: remoting/webapp/oauth2.js

Issue 11769002: Apps v2 identity integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: remoting/webapp/oauth2.js
diff --git a/remoting/webapp/oauth2.js b/remoting/webapp/oauth2.js
index b1184d1b50964d654c15461d617079fd01a0d033..5989947acb4e6fcf594645e742316341d4645453 100644
--- a/remoting/webapp/oauth2.js
+++ b/remoting/webapp/oauth2.js
@@ -11,6 +11,9 @@
* chrome-extensions in OAuth2.
*/
+// TODO(jamiewalch): Delete this code once Chromoting is a v2 app and uses the
+// identity API (http://crbug.com/ 134213).
+
'use strict';
/** @suppress {duplicate} */

Powered by Google App Engine
This is Rietveld 408576698