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

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

Issue 2519823006: Chromad: Add authentication flow (Closed)
Patch Set: Rename HandleAdAuth. Use system_api enums Created 4 years 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
« no previous file with comments | « chromeos/login/auth/cryptohome_authenticator.cc ('k') | components/user_manager/user.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c301192853622868041a541bc780c231549d390e 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_ACTIVE_DIRECTORY,
};
UserContext();
« no previous file with comments | « chromeos/login/auth/cryptohome_authenticator.cc ('k') | components/user_manager/user.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698