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

Unified Diff: components/user_manager/user_type.h

Issue 790503002: Methods and types rename for child accounts. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 2143f1b0f26d7c7630c6ee8a476234b87e3ae188..141e7ba75c3d3a6579dd4b02aba44c4252826c73 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -23,8 +23,8 @@ 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,
+ // Child user, with supervised options.
+ USER_TYPE_CHILD = 6,
// Maximum histogram value.
NUM_USER_TYPES = 7
} UserType;
« components/user_manager/user_manager_base.cc ('K') | « components/user_manager/user_manager_base.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698