| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index b536190526c9275f68a927341ec463e6ca1d3be3..e1d143380548512aff6490ded21d2ba2aec6fe83 100644
|
| --- a/remoting/webapp/remoting.js
|
| +++ b/remoting/webapp/remoting.js
|
| @@ -20,6 +20,7 @@ remoting.Error = {
|
| HOST_IS_OFFLINE: /*i18n-content*/'ERROR_HOST_IS_OFFLINE',
|
| INCOMPATIBLE_PROTOCOL: /*i18n-content*/'ERROR_INCOMPATIBLE_PROTOCOL',
|
| BAD_PLUGIN_VERSION: /*i18n-content*/'ERROR_BAD_PLUGIN_VERSION',
|
| + NETWORK_FAILURE: /*i18n-content*/'ERROR_NETWORK_FAILURE',
|
| GENERIC: /*i18n-content*/'ERROR_GENERIC',
|
| UNEXPECTED: /*i18n-content*/'ERROR_UNEXPECTED',
|
| SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE'
|
|
|