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. |