summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/remoting.js
diff options
context:
space:
mode:
authorsimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-18 17:57:34 +0000
committersimonmorris@chromium.org <simonmorris@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-18 17:57:34 +0000
commit15d65b2086c56e1eb4772d8fb552f9df0da1138c (patch)
tree717602af162b351942c8550a048a757beb20461c /remoting/webapp/remoting.js
parent6761d6332edf7050a7686c0d98709e8ce6f6d2c7 (diff)
downloadchromium_src-15d65b2086c56e1eb4772d8fb552f9df0da1138c.zip
chromium_src-15d65b2086c56e1eb4772d8fb552f9df0da1138c.tar.gz
chromium_src-15d65b2086c56e1eb4772d8fb552f9df0da1138c.tar.bz2
[Chromoting] Show an error message if the client plugin is disabled.
BUG=123852 Review URL: https://chromiumcodereview.appspot.com/10114014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@132818 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/webapp/remoting.js')
-rw-r--r--remoting/webapp/remoting.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
index e7836c8..79880ea 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -24,7 +24,8 @@ remoting.Error = {
HOST_OVERLOAD: /*i18n-content*/'ERROR_HOST_OVERLOAD',
GENERIC: /*i18n-content*/'ERROR_GENERIC',
UNEXPECTED: /*i18n-content*/'ERROR_UNEXPECTED',
- SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE'
+ SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE',
+ PLUGIN_DISABLED: /*i18n-content*/'ERROR_PLUGIN_DISABLED'
};
/**