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

Unified Diff: remoting/webapp/storage.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/storage.js
diff --git a/remoting/webapp/storage.js b/remoting/webapp/storage.js
index 7296984af6bddde8b293923db1b6fe411a8d8bec..ea4e45dd42a5233350553224ac3de70ad8d79666 100644
--- a/remoting/webapp/storage.js
+++ b/remoting/webapp/storage.js
@@ -11,6 +11,9 @@
* out that migrating our OAuth2 code to the new API is non-trivial; since
* that code will need to be rewritten to be Apps-v2-compatible anyway, a
* mock seems like a good temporary solution.
+ *
+ * TODO(jamiewalch): Delete this file when we migrate to apps v2
+ * (http://crbug.com/ 134213).
*/
'use strict';

Powered by Google App Engine
This is Rietveld 408576698