| Index: components/user_manager/user_type.h
|
| diff --git a/components/user_manager/user_type.h b/components/user_manager/user_type.h
|
| index 78d12ca744a84f26df064ad15f3acffcfc17f2f8..8509eac14b37dfd5c7da17fd89f23eddc0f985c8 100644
|
| --- a/components/user_manager/user_type.h
|
| +++ b/components/user_manager/user_type.h
|
| @@ -23,8 +23,10 @@ typedef enum {
|
| USER_TYPE_KIOSK_APP = 5,
|
| // Child user, with supervised options.
|
| USER_TYPE_CHILD = 6,
|
| + // Android app in kiosk mode, logs in without authentication.
|
| + USER_TYPE_ARC_KIOSK_APP = 7,
|
| // Maximum histogram value.
|
| - NUM_USER_TYPES = 7
|
| + NUM_USER_TYPES = 8
|
| } UserType;
|
|
|
| } // namespace user_manager
|
|
|