| Index: ash/shelf/shelf_view.cc
|
| diff --git a/ash/shelf/shelf_view.cc b/ash/shelf/shelf_view.cc
|
| index 0bf43021889f5b52214e4b567a97096754c303d6..94259de5ff60969658357e70376c540f1328e5db 100644
|
| --- a/ash/shelf/shelf_view.cc
|
| +++ b/ash/shelf/shelf_view.cc
|
| @@ -1649,7 +1649,7 @@ void ShelfView::ShowMenu(std::unique_ptr<ui::MenuModel> menu_model,
|
| base::Bind(&ShelfView::OnMenuClosed, base::Unretained(this), ink_drop)));
|
|
|
| closing_event_time_ = base::TimeTicks();
|
| - int run_types = views::MenuRunner::ASYNC;
|
| + int run_types = 0;
|
| if (context_menu)
|
| run_types |= views::MenuRunner::CONTEXT_MENU;
|
| launcher_menu_runner_.reset(
|
|
|