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

Unified Diff: chrome/browser/chromeos/login/screens/user_selection_screen.h

Issue 446383002: Make UserSelectionScreen::users_ private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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
« no previous file with comments | « chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/screens/user_selection_screen.h
diff --git a/chrome/browser/chromeos/login/screens/user_selection_screen.h b/chrome/browser/chromeos/login/screens/user_selection_screen.h
index b986de0cfbb970ef85e6c7aad341db0d60d5e17e..6302e2d4e6650d82330baffd8ec1e28410bd5729 100644
--- a/chrome/browser/chromeos/login/screens/user_selection_screen.h
+++ b/chrome/browser/chromeos/login/screens/user_selection_screen.h
@@ -65,9 +65,6 @@ class UserSelectionScreen : public wm::UserActivityObserver {
protected:
LoginDisplayWebUIHandler* handler_;
- // Set of Users that are visible.
- user_manager::UserList users_;
-
// Map from public session user IDs to recommended locales set by policy.
typedef std::map<std::string, std::vector<std::string> >
PublicSessionRecommendedLocaleMap;
@@ -77,6 +74,9 @@ class UserSelectionScreen : public wm::UserActivityObserver {
// Whether to show guest login.
bool show_guest_;
+ // Set of Users that are visible.
+ user_manager::UserList users_;
+
// Map of usernames to their current authentication type. If a user is not
// contained in the map, it is using the default authentication type.
std::map<std::string, ScreenlockBridge::LockHandler::AuthType>
« no previous file with comments | « chrome/browser/chromeos/login/screens/chrome_user_selection_screen.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698