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

Unified Diff: ash/system/status_area_widget.cc

Issue 212553005: Overview Tray Button should not be visible on login screen (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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/system/overview/overview_button_tray_unittest.cc ('k') | ash/wm/overview/window_selector_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget.cc
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
index 55fd8dc46120fb5ff7aafa9f10e77c37249994a6..0b2f7d003a4d1d6cb718e929f9c33f2db273c9c7 100644
--- a/ash/system/status_area_widget.cc
+++ b/ash/system/status_area_widget.cc
@@ -187,6 +187,8 @@ void StatusAreaWidget::UpdateAfterLoginStatusChange(
if (logout_button_tray_)
logout_button_tray_->UpdateAfterLoginStatusChange(login_status);
#endif
+ if (overview_button_tray_)
+ overview_button_tray_->UpdateAfterLoginStatusChange(login_status);
}
} // namespace internal
« no previous file with comments | « ash/system/overview/overview_button_tray_unittest.cc ('k') | ash/wm/overview/window_selector_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698