Chromium Code Reviews| 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 |
|
Nikita (slow)
2014/11/11 12:06:36
You need to update UserType in tools/metrics/histo
merkulova
2014/11/11 15:47:44
Done.
|
| } UserType; |
| } // namespace user_manager |