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

Unified Diff: chromeos/login/auth/user_context.h

Issue 2519823006: Chromad: Add authentication flow (Closed)
Patch Set: Created 4 years, 1 month 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: chromeos/login/auth/user_context.h
diff --git a/chromeos/login/auth/user_context.h b/chromeos/login/auth/user_context.h
index 16d217556347d0f0d710cb9fc6abf1b0b58e2946..db4883e3c21a17d742361609ace1eea2c41c1c7b 100644
--- a/chromeos/login/auth/user_context.h
+++ b/chromeos/login/auth/user_context.h
@@ -34,7 +34,9 @@ class CHROMEOS_EXPORT UserContext {
// Offline authentication using and Easy unlock device (e.g. a phone).
AUTH_FLOW_EASY_UNLOCK,
// Easy bootstrap flow.
- AUTH_FLOW_EASY_BOOTSTRAP
+ AUTH_FLOW_EASY_BOOTSTRAP,
+ // Authentication against Active Directory server.
+ AUTH_FLOW_AD
};
UserContext();

Powered by Google App Engine
This is Rietveld 408576698