| Index: components/user_manager/user_type.h
|
| diff --git a/components/user_manager/user_type.h b/components/user_manager/user_type.h
|
| index 8509eac14b37dfd5c7da17fd89f23eddc0f985c8..959ec8db67bef16220ef5a0622e7717b72637cbe 100644
|
| --- a/components/user_manager/user_type.h
|
| +++ b/components/user_manager/user_type.h
|
| @@ -25,8 +25,10 @@ typedef enum {
|
| USER_TYPE_CHILD = 6,
|
| // Android app in kiosk mode, logs in without authentication.
|
| USER_TYPE_ARC_KIOSK_APP = 7,
|
| + // AD user.
|
| + USER_TYPE_AD = 8,
|
| // Maximum histogram value.
|
| - NUM_USER_TYPES = 8
|
| + NUM_USER_TYPES = 9
|
| } UserType;
|
|
|
| } // namespace user_manager
|
|
|