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

Unified Diff: remoting/webapp/server_log_entry.js

Issue 9567033: Cleanup error handling in the client plugin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 8 years, 10 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/client_session.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/server_log_entry.js
diff --git a/remoting/webapp/server_log_entry.js b/remoting/webapp/server_log_entry.js
index d0cf063e5662dff8c1410f71d4d42431d079bccf..9cad50be0c0687a80eb71d3ef30ee23b8a279762 100644
--- a/remoting/webapp/server_log_entry.js
+++ b/remoting/webapp/server_log_entry.js
@@ -88,6 +88,8 @@ remoting.ServerLogEntry.getValueForConnectionError =
return 'incompatible-protocol';
case remoting.ClientSession.ConnectionError.NETWORK_FAILURE:
return 'network-failure';
+ case remoting.ClientSession.ConnectionError.UNKNOWN:
+ return 'unknown';
default:
return 'unknown-' + connectionError;
}
« no previous file with comments | « remoting/webapp/client_session.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698