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