| 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
|
|
|