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

Unified Diff: ash/system/user/user_view.h

Issue 560033002: Fixed suggesting adding more users into multi-profile session when we don't have more (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed initialization Created 6 years, 3 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 | « ash/session/session_state_delegate.cc ('k') | ash/system/user/user_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/user/user_view.h
diff --git a/ash/system/user/user_view.h b/ash/system/user/user_view.h
index 774213e9f355b4a51113efff05b995a4e54f28cd..d46bdd3afe4b77df41e24172cbe117398f099dd3 100644
--- a/ash/system/user/user_view.h
+++ b/ash/system/user/user_view.h
@@ -91,8 +91,8 @@ class UserView : public views::View,
scoped_ptr<PopupMessage> popup_message_;
scoped_ptr<views::Widget> add_menu_option_;
- // True when the add user panel is visible but not activatable.
- bool add_user_disabled_;
+ // False when the add user panel is visible but not activatable.
+ bool add_user_enabled_;
// True if this view will be used inside detailed view.
bool for_detailed_view_;
« no previous file with comments | « ash/session/session_state_delegate.cc ('k') | ash/system/user/user_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698