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

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

Issue 2519823006: Chromad: Add authentication flow (Closed)
Patch Set: Fix profile creation, mojo types + rebase. 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
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..3c919dae7827838e12aa7e17b446634234d2cee3 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.
+ AD,
dcheng 2016/12/20 09:26:26 Nit: Let's write this as ACTIVE_DIRECTORY, per the
Roman Sorokin (ftl) 2016/12/20 12:43:59 Done.
};
// Info about a user session in ash.
« no previous file with comments | « no previous file | ash/public/interfaces/session_controller_traits.h » ('j') | chrome/browser/chromeos/login/helper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698