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

Unified Diff: remoting/protocol/authenticator.h

Issue 2724223003: Disconnect all users if too many connection requests are received for It2Me (Closed)
Patch Set: Pre-review cleanup Created 3 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/protocol/authenticator.h
diff --git a/remoting/protocol/authenticator.h b/remoting/protocol/authenticator.h
index 93ecfd72a3129a01da4ff243f50ac9963b274cc9..e70dbc4e1255b46f627eef239e34ffc0b3de57f5 100644
--- a/remoting/protocol/authenticator.h
+++ b/remoting/protocol/authenticator.h
@@ -68,6 +68,7 @@ class Authenticator {
INVALID_ACCOUNT,
PROTOCOL_ERROR,
REJECTED_BY_USER,
+ TOO_MANY_CONNECTIONS,
};
// Callback used for layered Authenticator implementations, particularly

Powered by Google App Engine
This is Rietveld 408576698