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

Unified Diff: components/user_manager/user_type.h

Issue 393343002: Rename "managed (mode|user)" to "supervised user" (part 7) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 months 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 520e80d98b6924ae39bd05ddc93da730c278b355..e69c31667810492a945851b99c97ec0d30900615 100644
--- a/components/user_manager/user_type.h
+++ b/components/user_manager/user_type.h
@@ -21,9 +21,8 @@ USER_MANAGER_EXPORT typedef enum {
// Public account user, logs in without authentication. Available only if
// enabled through policy.
USER_TYPE_PUBLIC_ACCOUNT = 3,
- // Supervised (aka locally managed) user, logs in only with local
- // authentication.
- USER_TYPE_LOCALLY_MANAGED = 4,
+ // Supervised user, logs in only with local authentication.
+ USER_TYPE_SUPERVISED = 4,
// Kiosk app robot, logs in without authentication.
USER_TYPE_KIOSK_APP = 5,
// Maximum histogram value.
« chrome/browser/chromeos/login/wizard_controller.h ('K') | « chromeos/login/user_names.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698