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

Unified Diff: remoting/protocol/errors.h

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/protocol/errors.h
diff --git a/remoting/protocol/errors.h b/remoting/protocol/errors.h
index f48c4b10da52f25406ca6d19b12cf0e735a2fe22..c76c99e46e36ce5593106b190ca443f06d8fe9a1 100644
--- a/remoting/protocol/errors.h
+++ b/remoting/protocol/errors.h
@@ -17,6 +17,7 @@ enum ErrorCode {
CHANNEL_CONNECTION_ERROR,
SIGNALING_ERROR,
SIGNALING_TIMEOUT,
+ HOST_IS_DISABLED,
UNKNOWN_ERROR,
};

Powered by Google App Engine
This is Rietveld 408576698