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