Chromium Code Reviews| Index: remoting/webapp/client_session.js |
| diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js |
| index 2d314ab02b1f57316362b386c24e4f533ae76df0..f70407e7a5407238872480584ecbbd61eb33d49b 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, |
|
simonmorris
2012/03/27 22:03:02
The comma in this line breaks JSCompiler (fixed in
Sergey Ulanov
2012/03/27 22:08:47
Done.
Sergey Ulanov
2012/03/27 22:08:47
Done.
|
| }; |
| // The mode of this session. |