| Index: chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.cc b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| index f7b611ccf989ef0ab8f36c52ec969684147cfd7a..f44eb239f0240f26580de450d65ad0725fe8b8f0 100644
|
| --- a/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| +++ b/chrome/browser/ui/views/location_bar/page_action_image_view.cc
|
| @@ -213,7 +213,8 @@ void PageActionImageView::ShowContextMenuForView(View* source,
|
| gfx::Point screen_loc;
|
| views::View::ConvertPointToScreen(this, &screen_loc);
|
| if (menu_runner_->RunMenuAt(GetWidget(), NULL, gfx::Rect(screen_loc, size()),
|
| - views::MenuItemView::TOPLEFT, views::MenuRunner::HAS_MNEMONICS) ==
|
| + views::MenuItemView::TOPLEFT, views::MenuRunner::HAS_MNEMONICS |
|
| + views::MenuRunner::CONTEXT_MENU) ==
|
| views::MenuRunner::MENU_DELETED)
|
| return;
|
| }
|
|
|