| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index c6d6808717ebc6b6f8782df01d5d9c02c704e22a..37e7029d20cddb7962a76ca70a9f95abfb492861 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -1850,7 +1850,7 @@ void ShelfView::OnMenuClosed(views::InkDrop* ink_drop) {
|
|
|
| // Hide the hide overflow bubble after showing a context menu for its items.
|
| if (owner_overflow_bubble_)
|
| - owner_overflow_bubble_->HideBubbleAndRefreshButton();
|
| + owner_overflow_bubble_->Hide();
|
|
|
| closing_event_time_ = launcher_menu_runner_->closing_event_time();
|
|
|
|
|