Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1072)

Unified Diff: chrome/browser/chromeos/login/user_manager.h

Issue 16002004: Added login screen mode for adding users into session. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Clang errors fixed. Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698