Chromium Code Reviews| Index: components/user_manager/user_manager.h |
| diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h |
| index 656ff62f0dde068930f2688d5879c11ef560b49d..2935a6ef246643a0785114c0fca089a5cc4dc950 100644 |
| --- a/components/user_manager/user_manager.h |
| +++ b/components/user_manager/user_manager.h |
| @@ -253,8 +253,11 @@ class USER_MANAGER_EXPORT UserManager { |
| // Returns true if at least one user has signed in. |
| virtual bool IsUserLoggedIn() const = 0; |
| - // Returns true if we're logged in as a regular user. |
| - virtual bool IsLoggedInAsRegularUser() const = 0; |
| + // Returns true if we're logged in as a user with gaia account. |
|
bartfab (slow)
2014/11/27 12:51:51
Nit: s/with/with a/
|
| + virtual bool IsLoggedInAsUserWithGaiaAccount() const = 0; |
| + |
| + // Returns true if we're logged in as a regular supervised user. |
| + virtual bool IsLoggedInAsRegularSupervisedUser() const = 0; |
| // Returns true if we're logged in as a demo user. |
| virtual bool IsLoggedInAsDemoUser() const = 0; |