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

Unified Diff: remoting/webapp/client_session.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
Index: remoting/webapp/client_session.js
diff --git a/remoting/webapp/client_session.js b/remoting/webapp/client_session.js
index 149fb7e96e1b9b1b56e68231d620cdf63aed3360..bdba23ce2ec01677aeabfb82aa749d249996f4c9 100644
--- a/remoting/webapp/client_session.js
+++ b/remoting/webapp/client_session.js
@@ -83,6 +83,7 @@ remoting.ClientSession.State = {
/** @enum {number} */
remoting.ClientSession.ConnectionError = {
+ UNKNOWN: -1,
simonmorris 2012/03/02 00:23:42 Also update the switch(connectionError) statement
Sergey Ulanov 2012/03/02 00:38:13 Done.
NONE: 0,
HOST_IS_OFFLINE: 1,
SESSION_REJECTED: 2,
« remoting/protocol/connection_to_host.cc ('K') | « remoting/webapp/client_plugin_async.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698