| Index: ash/common/shelf/shelf_view.cc
|
| diff --git a/ash/common/shelf/shelf_view.cc b/ash/common/shelf/shelf_view.cc
|
| index 9b9d314863237e4b91a6f7b5ddf1a5db5bdceab5..c89360b4080ce464a2e57eb85f772bd95cfa6b35 100644
|
| --- a/ash/common/shelf/shelf_view.cc
|
| +++ b/ash/common/shelf/shelf_view.cc
|
| @@ -1855,7 +1855,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();
|
|
|
|
|