Chromium Code Reviews| Index: remoting/webapp/client_session.js |
| diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js |
| index 65d0fd8dcb5f62810a1492217d33c646420136d5..32588975a94ced282eed972e10be1fcc8722ace3 100644 |
| --- a/remoting/webapp/client_session.js |
| +++ b/remoting/webapp/client_session.js |
| @@ -89,7 +89,7 @@ remoting.ClientSession.ConnectionError = { |
| SESSION_REJECTED: 2, |
| INCOMPATIBLE_PROTOCOL: 3, |
| NETWORK_FAILURE: 4, |
| - HOST_IS_DISABLED: 5 |
| + HOST_OVERLOAD: 5 |
| }; |
| // The mode of this session. |