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

Unified Diff: ash/public/interfaces/session_controller.mojom

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 | « no previous file | ash/public/interfaces/session_controller_traits.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/public/interfaces/session_controller.mojom
diff --git a/ash/public/interfaces/session_controller.mojom b/ash/public/interfaces/session_controller.mojom
index 3d8f6032d2ed5c351282f8fd5ffc2e67bbfbacf7..c3b03019837be0e3e8b44282796d9dcaa15d21a3 100644
--- a/ash/public/interfaces/session_controller.mojom
+++ b/ash/public/interfaces/session_controller.mojom
@@ -59,6 +59,9 @@ enum UserType {
// Android app in kiosk mode, logs in without authentication.
ARC_KIOSK,
+
+ // Active Directory user. Authenticates against Active Directory server.
+ ACTIVE_DIRECTORY,
};
// Info about a user session in ash.
« no previous file with comments | « no previous file | ash/public/interfaces/session_controller_traits.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698