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

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

Issue 6060005: Show invisible user on login screen if there is space after other user removal (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed unneeded code Created 10 years 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 | « no previous file | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/existing_user_controller.h
diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
index 61e941a26acaec2ec3cb4abeec2a8181fb55d804..f648b225bf57ce2b5f8172a56395b7881480d445 100644
--- a/chrome/browser/chromeos/login/existing_user_controller.h
+++ b/chrome/browser/chromeos/login/existing_user_controller.h
@@ -136,9 +136,12 @@ class ExistingUserController : public WmMessageListener::Observer,
views::Widget* background_window_;
BackgroundView* background_view_;
- // The set of UserControllers.
+ // The set of visible UserControllers.
std::vector<UserController*> controllers_;
+ // The set of invisible UserControllers.
+ std::vector<UserController*> invisible_controllers_;
+
// Used to execute login operations.
scoped_ptr<LoginPerformer> login_performer_;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698