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

Unified Diff: remoting/protocol/validating_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/validating_authenticator.h
diff --git a/remoting/protocol/validating_authenticator.h b/remoting/protocol/validating_authenticator.h
index 73f5d953166d57df385e286901fed0db3d504b80..29367ed3085204c6d12426219ab5141813816e60 100644
--- a/remoting/protocol/validating_authenticator.h
+++ b/remoting/protocol/validating_authenticator.h
@@ -29,7 +29,8 @@ class ValidatingAuthenticator : public Authenticator {
SUCCESS,
ERROR_INVALID_CREDENTIALS,
ERROR_INVALID_ACCOUNT,
- ERROR_REJECTED_BY_USER
+ ERROR_REJECTED_BY_USER,
+ ERROR_TOO_MANY_CONNECTIONS
};
typedef base::Callback<void(Result validation_result)> ResultCallback;

Powered by Google App Engine
This is Rietveld 408576698