| Index: components/user_manager/user_manager.h
|
| diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h
|
| index 14b5d4fb9a01851a1141af35a06402141c010485..18db14b9593091e93b54b5b75591fa5b32c09047 100644
|
| --- a/components/user_manager/user_manager.h
|
| +++ b/components/user_manager/user_manager.h
|
| @@ -111,7 +111,7 @@ class USER_MANAGER_EXPORT UserManager {
|
| // are regular users (i.e. not a public session/supervised etc.).
|
| // Returns an empty list in case when primary user is not a regular one or
|
| // has a policy that prohibids it to be part of multi-profile session.
|
| - virtual UserList GetUsersAdmittedForMultiProfile() const = 0;
|
| + virtual UserList GetUsersAllowedForMultiProfile() const = 0;
|
|
|
| // Returns a list of users who are currently logged in.
|
| virtual const UserList& GetLoggedInUsers() const = 0;
|
|
|