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

Unified Diff: remoting/webapp/client_session.js

Issue 9836062: Implement exponential backoff for failed Me2Me authentication attempts (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 9 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 1c6dc0a3288b1c27a617e18b185b53a5d3182131..2d314ab02b1f57316362b386c24e4f533ae76df0 100644
--- a/remoting/webapp/client_session.js
+++ b/remoting/webapp/client_session.js
@@ -88,7 +88,8 @@ remoting.ClientSession.ConnectionError = {
HOST_IS_OFFLINE: 1,
SESSION_REJECTED: 2,
INCOMPATIBLE_PROTOCOL: 3,
- NETWORK_FAILURE: 4
+ NETWORK_FAILURE: 4,
+ HOST_IS_DISABLED: 5,
};
// The mode of this session.

Powered by Google App Engine
This is Rietveld 408576698