Chromium Code Reviews| Index: ash/common/shelf/shelf_widget.cc |
| diff --git a/ash/common/shelf/shelf_widget.cc b/ash/common/shelf/shelf_widget.cc |
| index 01d4109f45bb570eaff9a4f9d83a8a2400229ad1..a1890f30e5cb802007dd94fafc34503b9cd41b20 100644 |
| --- a/ash/common/shelf/shelf_widget.cc |
| +++ b/ash/common/shelf/shelf_widget.cc |
| @@ -497,6 +497,8 @@ void ShelfWidget::Shutdown() { |
| status_area_widget_->Shutdown(); |
| status_area_widget_ = nullptr; |
| } |
| + |
| + CloseNow(); |
| } |
| void ShelfWidget::ForceUndimming(bool force) { |