| Index: components/user_manager/user_manager.h
|
| diff --git a/components/user_manager/user_manager.h b/components/user_manager/user_manager.h
|
| index a37d6f8a844ea7956908edd90f86adc3b8ca5517..4f75cdc3e46e08d1f93f117e173c72f460432e84 100644
|
| --- a/components/user_manager/user_manager.h
|
| +++ b/components/user_manager/user_manager.h
|
| @@ -105,13 +105,13 @@ class USER_MANAGER_EXPORT UserManager {
|
| // is sorted by last login date with the most recent user at the beginning.
|
| virtual const UserList& GetUsers() const = 0;
|
|
|
| - // Returns list of users admitted for logging in into multi-profile session.
|
| + // Returns list of users allowed for logging in into multi-profile session.
|
| // Users that have a policy that prevents them from being added to the
|
| // multi-profile session will still be part of this list as long as they
|
| // 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;
|
|
|