| 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..06dcf86e0344f5c955d99f5b4f0b7dd2d27880f2 100644
|
| --- a/components/user_manager/user_type.h
|
| +++ b/components/user_manager/user_type.h
|
| @@ -13,9 +13,7 @@ typedef enum {
|
| USER_TYPE_REGULAR = 0,
|
| // Guest user, logs in without authentication.
|
| USER_TYPE_GUEST = 1,
|
| - // Retail mode user, logs in without authentication. This is a special user
|
| - // type used in retail mode only.
|
| - USER_TYPE_RETAIL_MODE = 2,
|
| + /* USER_TYPE_RETAIL_MODE = 2, // deprecated */
|
| // Public account user, logs in without authentication. Available only if
|
| // enabled through policy.
|
| USER_TYPE_PUBLIC_ACCOUNT = 3,
|
|
|