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

Unified Diff: remoting/webapp/client_screen.js

Issue 9860045: Address remaining nits for r129104. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | remoting/webapp/client_session.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/client_screen.js
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js
index 52716863c3d45eee41da8d262b184ccb182137df..f589d5497460adb76cfa2a95b8d0834260c69529 100644
--- a/remoting/webapp/client_screen.js
+++ b/remoting/webapp/client_screen.js
@@ -238,8 +238,8 @@ function onClientStateChange_(oldState, newState) {
remoting.ClientSession.ConnectionError.NETWORK_FAILURE) {
showConnectError_(remoting.Error.NETWORK_FAILURE);
} else if (remoting.clientSession.error ==
- remoting.ClientSession.ConnectionError.HOST_IS_DISABLED) {
- showConnectError_(remoting.Error.HOST_IS_DISABLED);
+ remoting.ClientSession.ConnectionError.HOST_OVERLOAD) {
+ showConnectError_(remoting.Error.HOST_OVERLOAD);
} else {
showConnectError_(remoting.Error.GENERIC);
}
« no previous file with comments | « remoting/webapp/_locales/en/messages.json ('k') | remoting/webapp/client_session.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698