Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(77)

Unified Diff: remoting/webapp/base/js/error.js

Issue 2867223003: Send a message to the client if bad It2Me policies are read. (Closed)
Patch Set: Fix race. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/host_screen.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « remoting/resources/remoting_strings.grd ('k') | remoting/webapp/crd/js/host_screen.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698