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

Unified Diff: remoting/webapp/ui_mode.js

Issue 11769002: Apps v2 identity integration. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Removed identity.js from html. Fixed patch. Created 7 years, 12 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/ui_mode.js
diff --git a/remoting/webapp/ui_mode.js b/remoting/webapp/ui_mode.js
index 77fb468900c54e48a911af3a0baf18a3bb776733..fecc2b25dc422abdf783b6d06e8d487f32540a1d 100644
--- a/remoting/webapp/ui_mode.js
+++ b/remoting/webapp/ui_mode.js
@@ -21,7 +21,6 @@ var remoting = remoting || {};
// 'home' state applies to all elements and can be removed.
remoting.AppMode = {
HOME: 'home',
- UNAUTHENTICATED: 'home.auth',
TOKEN_REFRESH_FAILED: 'home.token-refresh-failed',
HOST: 'home.host',
HOST_WAITING_FOR_CODE: 'home.host.waiting-for-code',

Powered by Google App Engine
This is Rietveld 408576698