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

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: Rebase, update patch Created 7 years, 8 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
« no previous file with comments | « remoting/webapp/third_party_token_fetcher.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..e3b92a951713a74a28d9eda2496a110a5097b6e6 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',
« no previous file with comments | « remoting/webapp/third_party_token_fetcher.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698