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

Unified Diff: remoting/webapp/me2mom/remoting.js

Issue 7744037: Updated strings following UX review. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added firewall string. Created 9 years, 4 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/webapp/me2mom/choice.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/remoting.js
diff --git a/remoting/webapp/me2mom/remoting.js b/remoting/webapp/me2mom/remoting.js
index acd1d1327eb2368a7be41cc799657ea62aa8249f..91167d9fa70d8fc695de3f05714d0f54bdf29986 100644
--- a/remoting/webapp/me2mom/remoting.js
+++ b/remoting/webapp/me2mom/remoting.js
@@ -429,7 +429,9 @@ function onClientStateChange_(oldState) {
showConnectError_(remoting.ClientError.OTHER_ERROR);
} else {
remoting.debug.log('Unexpected client plugin state: ' + state);
- showConnectError_(remoting.ClientError.OTHER_ERROR);
+ // This should only happen if the web-app and client plugin get out of
+ // sync, and even then the version check should allow compatibility.
+ showConnectError_(remoting.ClientError.MISSING_PLUGIN);
}
}
« no previous file with comments | « remoting/webapp/me2mom/choice.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698