summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/remoting.js
diff options
context:
space:
mode:
authorjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-28 21:54:49 +0000
committerjamiewalch@google.com <jamiewalch@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2012-06-28 21:54:49 +0000
commitdf17d6488f6d1d907e2df64af8fe49f57c3897da (patch)
tree8106b7f6d0662a0601f932a3b9b64272e8fc4610 /remoting/webapp/remoting.js
parent3edc45b0502450007b6dd3eb27ba20e4117754e0 (diff)
downloadchromium_src-df17d6488f6d1d907e2df64af8fe49f57c3897da.zip
chromium_src-df17d6488f6d1d907e2df64af8fe49f57c3897da.tar.gz
chromium_src-df17d6488f6d1d907e2df64af8fe49f57c3897da.tar.bz2
Remove bogus warnings at start-up.
BUG=129433 TEST=Start the web-app with no hosts registered. There should be no errors on the console. Review URL: https://chromiumcodereview.appspot.com/10679011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@144810 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 5fa18f4..a32d4a8 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -23,7 +23,8 @@ remoting.Error = {
NETWORK_FAILURE: /*i18n-content*/'ERROR_NETWORK_FAILURE',
HOST_OVERLOAD: /*i18n-content*/'ERROR_HOST_OVERLOAD',
UNEXPECTED: /*i18n-content*/'ERROR_UNEXPECTED',
- SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE'
+ SERVICE_UNAVAILABLE: /*i18n-content*/'ERROR_SERVICE_UNAVAILABLE',
+ NOT_AUTHENTICATED: /*i18n-content*/'ERROR_NOT_AUTHENTICATED'
};
/**