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

Unified Diff: remoting/webapp/ui_mode.js

Issue 12905012: Webapp changes to support third party authentication (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 9 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
« remoting/webapp/third_party_auth.js ('K') | « remoting/webapp/third_party_auth.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/ui_mode.js
diff --git a/remoting/webapp/ui_mode.js b/remoting/webapp/ui_mode.js
index 6b1f1725aa6cd154847bb90fc4a7afee1e0e4cb3..01b36d6247b3cb97a2ce45ac9ef7f113cfd8afd7 100644
--- a/remoting/webapp/ui_mode.js
+++ b/remoting/webapp/ui_mode.js
@@ -31,6 +31,7 @@ remoting.AppMode = {
CLIENT: 'home.client',
CLIENT_UNCONNECTED: 'home.client.unconnected',
CLIENT_PIN_PROMPT: 'home.client.pin-prompt',
+ CLIENT_THIRD_PARTY_AUTH: 'home.client.third-party-auth',
CLIENT_CONNECTING: 'home.client.connecting',
CLIENT_CONNECT_FAILED_IT2ME: 'home.client.connect-failed.it2me',
CLIENT_CONNECT_FAILED_ME2ME: 'home.client.connect-failed.me2me',
@@ -39,6 +40,7 @@ remoting.AppMode = {
CLIENT_HOST_NEEDS_UPGRADE: 'home.client.host-needs-upgrade',
HISTORY: 'home.history',
CONFIRM_HOST_DELETE: 'home.confirm-host-delete',
+ CONFIRM_FETCH_TOKEN: 'home.confirm-fetch-token',
Jamie 2013/03/28 23:29:36 You don't seem to be using this.
Jamie 2013/03/29 18:19:24 Did you see this comment?
rmsousa 2013/03/29 20:55:48 Oops, I had missed this one, sorry, done.
HOST_SETUP: 'home.host-setup',
HOST_SETUP_INSTALL: 'home.host-setup.install',
HOST_SETUP_INSTALL_PENDING: 'home.host-setup.install-pending',
« remoting/webapp/third_party_auth.js ('K') | « remoting/webapp/third_party_auth.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698