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', |