| Index: remoting/webapp/base/js/error.js
|
| diff --git a/remoting/webapp/base/js/error.js b/remoting/webapp/base/js/error.js
|
| index 2c473e08017e9eb471ac36f6e227d747854f309d..359c558eb4782a07d7f53fb6a350c494d113135e 100644
|
| --- a/remoting/webapp/base/js/error.js
|
| +++ b/remoting/webapp/base/js/error.js
|
| @@ -193,6 +193,7 @@ remoting.Error.Tag = {
|
| // TODO(garykac): Move app-specific errors into separate location.
|
| APP_NOT_AUTHORIZED: /*i18n-content*/ 'ERROR_APP_NOT_AUTHORIZED',
|
| NACL_DISABLED: /*i18n-content*/ 'ERROR_NACL_DISABLED',
|
| + POLICY_ERROR: /*i18n-content*/ 'ERROR_POLICY',
|
| };
|
|
|
| // A whole bunch of semi-redundant constants, mostly to reduce to size
|
|
|