| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index 84574765c0707b0e0ffee976c7dc10ce5ca2de4e..b73c36c9f8b97257bccb152ac3f570c16a3760d0 100644
|
| --- a/remoting/webapp/remoting.js
|
| +++ b/remoting/webapp/remoting.js
|
| @@ -21,7 +21,7 @@ remoting.Error = {
|
| INCOMPATIBLE_PROTOCOL: /*i18n-content*/'ERROR_INCOMPATIBLE_PROTOCOL',
|
| BAD_PLUGIN_VERSION: /*i18n-content*/'ERROR_BAD_PLUGIN_VERSION',
|
| NETWORK_FAILURE: /*i18n-content*/'ERROR_NETWORK_FAILURE',
|
| - HOST_IS_DISABLED: /*i18n-content*/'ERROR_HOST_IS_DISABLED',
|
| + HOST_OVERLOAD: /*i18n-content*/'ERROR_HOST_OVERLOAD',
|
| GENERIC: /*i18n-content*/'ERROR_GENERIC',
|
| UNEXPECTED: /*i18n-content*/'ERROR_UNEXPECTED',
|
| SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE'
|
|
|