Chromium Code Reviews| 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); |
|
sadrul
2014/03/28 21:23:35
Should UpdateAfterLoginStatusChange() be added to
jonross
2014/03/31 15:09:01
Yeah, each of these trays implements it. It should
|
| } |
| } // namespace internal |