| Index: chrome/browser/chromeos/login/user_manager.h
|
| diff --git a/chrome/browser/chromeos/login/user_manager.h b/chrome/browser/chromeos/login/user_manager.h
|
| index 69ff83b969b2347206ad5482e6762b5ea58966e2..dcdbaf29d31249f68f90f8aae4399b7c05f120cc 100644
|
| --- a/chrome/browser/chromeos/login/user_manager.h
|
| +++ b/chrome/browser/chromeos/login/user_manager.h
|
| @@ -107,6 +107,9 @@ class 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 multiprofile session.
|
| + virtual UserList GetUsersAdmittedForMultiProfile() const = 0;
|
| +
|
| // Returns a list of users who are currently logged in.
|
| virtual const UserList& GetLoggedInUsers() const = 0;
|
|
|
|
|