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

Unified Diff: components/user_manager/user_type.h

Issue 718673002: New user type introduced. Combines regular and supervised features. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Logical expression fixed. Created 6 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: components/user_manager/user_type.h
diff --git a/components/user_manager/user_type.h b/components/user_manager/user_type.h
index 249dfe5e137ff639fc52879d6ed219c86f355c9d..2143f1b0f26d7c7630c6ee8a476234b87e3ae188 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -23,8 +23,10 @@ typedef enum {
USER_TYPE_SUPERVISED = 4,
// Kiosk app robot, logs in without authentication.
USER_TYPE_KIOSK_APP = 5,
+ // Regular user, with supervised options.
+ USER_TYPE_REGULAR_SUPERVISED = 6,
// Maximum histogram value.
- NUM_USER_TYPES = 6
+ NUM_USER_TYPES = 7
} UserType;
} // namespace user_manager

Powered by Google App Engine
This is Rietveld 408576698