| Index: chromeos/login/login_state.h
|
| diff --git a/chromeos/login/login_state.h b/chromeos/login/login_state.h
|
| index 5f60f637f331c22d9313215e7f7a949e4f89623f..7ab76663ccbb65a86f7ad0f350dbe8103286a642 100644
|
| --- a/chromeos/login/login_state.h
|
| +++ b/chromeos/login/login_state.h
|
| @@ -27,7 +27,7 @@ class CHROMEOS_EXPORT LoginState {
|
| LOGGED_IN_USER_GUEST, // A guest is logged in (i.e. incognito)
|
| LOGGED_IN_USER_RETAIL_MODE, // Is in retail mode
|
| LOGGED_IN_USER_PUBLIC_ACCOUNT, // A public account is logged in
|
| - LOGGED_IN_USER_LOCALLY_MANAGED, // A locally managed user is logged in
|
| + LOGGED_IN_USER_SUPERVISED, // A supervised user is logged in
|
| LOGGED_IN_USER_KIOSK_APP // Is in kiosk app mode
|
| };
|
|
|
| @@ -85,7 +85,7 @@ class CHROMEOS_EXPORT LoginState {
|
| bool IsUserAuthenticated() const;
|
|
|
| // Returns true if the user is authenticated by logging into Google account
|
| - // (i.e., non public nor locally managed account).
|
| + // (i.e., non public nor supervised account).
|
| bool IsUserGaiaAuthenticated() const;
|
|
|
| void set_always_logged_in(bool always_logged_in) {
|
|
|