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

Unified Diff: components/user_manager/user_type.h

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: components/user_manager/user_type.h
diff --git a/components/user_manager/user_type.h b/components/user_manager/user_type.h
index 8509eac14b37dfd5c7da17fd89f23eddc0f985c8..297b3705b61075d7585ce43618dedb86d732df78 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -25,8 +25,10 @@ typedef enum {
USER_TYPE_CHILD = 6,
// Android app in kiosk mode, logs in without authentication.
USER_TYPE_ARC_KIOSK_APP = 7,
+ // Active Directory user. Authenticates against Active Directory server.
+ USER_TYPE_AD = 8,
// Maximum histogram value.
- NUM_USER_TYPES = 8
+ NUM_USER_TYPES = 9
} UserType;
} // namespace user_manager

Powered by Google App Engine
This is Rietveld 408576698