| Index: chromeos/login/login_state.h
|
| diff --git a/chromeos/login/login_state.h b/chromeos/login/login_state.h
|
| index 9fd03d723200fbf5d19d56fc61f389e57c58ebd6..73a83dd5850d815535f20434636d9c24cf0f06c3 100644
|
| --- a/chromeos/login/login_state.h
|
| +++ b/chromeos/login/login_state.h
|
| @@ -64,7 +64,7 @@ class CHROMEOS_EXPORT LoginState {
|
| // logged in, and only the owner will be allowed to log in).
|
| bool IsInSafeMode() const;
|
|
|
| - // Returns true if logged in and is a guest, retail, public, or kiosk user.
|
| + // Returns true if logged in and is a guest, retail, or public user.
|
| bool IsGuestUser() const;
|
|
|
| // Returns true if the user is an authenticated user (i.e. non public account)
|
|
|