| Index: chrome/browser/chromeos/login/users/user.h
|
| diff --git a/chrome/browser/chromeos/login/users/user.h b/chrome/browser/chromeos/login/users/user.h
|
| index 132e7f602576960ea72959f85c39cc5b118265dc..a47c677351db8b338f5eefc57ecbe7ddc882438a 100644
|
| --- a/chrome/browser/chromeos/login/users/user.h
|
| +++ b/chrome/browser/chromeos/login/users/user.h
|
| @@ -39,7 +39,8 @@ class User : public ash::UserInfo {
|
| // Public account user, logs in without authentication. Available only if
|
| // enabled through policy.
|
| USER_TYPE_PUBLIC_ACCOUNT = 3,
|
| - // Locally managed user, logs in only with local authentication.
|
| + // Supervised (aka locally managed) user, logs in only with local
|
| + // authentication.
|
| USER_TYPE_LOCALLY_MANAGED = 4,
|
| // Kiosk app robot, logs in without authentication.
|
| USER_TYPE_KIOSK_APP = 5,
|
|
|