| Index: remoting/webapp/remoting.js
|
| diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
|
| index 2fb14f93a96a99f0dfd23766d5d0fb3ade153c7b..93390c321ed49c2ddef4a8bad9086ad9eaee7dd9 100644
|
| --- a/remoting/webapp/remoting.js
|
| +++ b/remoting/webapp/remoting.js
|
| @@ -24,7 +24,8 @@ remoting.Error = {
|
| HOST_OVERLOAD: /*i18n-content*/'ERROR_HOST_OVERLOAD',
|
| UNEXPECTED: /*i18n-content*/'ERROR_UNEXPECTED',
|
| SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE',
|
| - NOT_AUTHENTICATED: /*i18n-content*/'ERROR_NOT_AUTHENTICATED'
|
| + NOT_AUTHENTICATED: /*i18n-content*/'ERROR_NOT_AUTHENTICATED',
|
| + INVALID_HOST_DOMAIN: /*i18n-content*/'ERROR_INVALID_HOST_DOMAIN'
|
| };
|
|
|
| /**
|
|
|