diff options
author | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-28 04:38:53 +0000 |
---|---|---|
committer | sergeyu@chromium.org <sergeyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-28 04:38:53 +0000 |
commit | d821668836c2460d806b5c74c1992097b42d6686 (patch) | |
tree | c51238f7da907e0a3092ce97d6d1c7b2cd16a3fb /remoting/webapp/client_screen.js | |
parent | c9dd320d696ca2d7a92b7d504b88db1f58ffe7f4 (diff) | |
download | chromium_src-d821668836c2460d806b5c74c1992097b42d6686.zip chromium_src-d821668836c2460d806b5c74c1992097b42d6686.tar.gz chromium_src-d821668836c2460d806b5c74c1992097b42d6686.tar.bz2 |
Address remaining nits for r129104.
Review URL: http://codereview.chromium.org/9860045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@129371 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/client_screen.js')
-rw-r--r-- | remoting/webapp/client_screen.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/remoting/webapp/client_screen.js b/remoting/webapp/client_screen.js index 5271686..f589d54 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); } |