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

Unified Diff: remoting/protocol/authenticator.h

Issue 2277553002: Adding a new authenticator which can be used to validate the remote user (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@policy_change
Patch Set: Addressing Feedback Created 4 years, 4 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 7a7436db1576e7b14abaf3fe70d1b0dc8fc4d7a1..93ecfd72a3129a01da4ff243f50ac9963b274cc9 100644
--- a/remoting/protocol/authenticator.h
+++ b/remoting/protocol/authenticator.h
@@ -67,6 +67,7 @@ class Authenticator {
INVALID_CREDENTIALS,
INVALID_ACCOUNT,
PROTOCOL_ERROR,
+ REJECTED_BY_USER,
};
// Callback used for layered Authenticator implementations, particularly

Powered by Google App Engine
This is Rietveld 408576698