| Index: chrome/browser/ui/views/toolbar/wrench_menu.cc
|
| diff --git a/chrome/browser/ui/views/toolbar/wrench_menu.cc b/chrome/browser/ui/views/toolbar/wrench_menu.cc
|
| index 28ee51829c8268be3af6df38646c6c6da71f619d..3db916d058ef22022660c2f9c515ef3053ce2f0e 100644
|
| --- a/chrome/browser/ui/views/toolbar/wrench_menu.cc
|
| +++ b/chrome/browser/ui/views/toolbar/wrench_menu.cc
|
| @@ -952,9 +952,12 @@ void WrenchMenu::RunMenu(views::MenuButton* host) {
|
| views::View::ConvertPointToScreen(host, &screen_loc);
|
| gfx::Rect bounds(screen_loc, host->size());
|
| content::RecordAction(UserMetricsAction("ShowAppMenu"));
|
| - if (menu_runner_->RunMenuAt(host->GetWidget(), host, bounds,
|
| - MenuItemView::TOPRIGHT, ui::MENU_SOURCE_NONE,
|
| - views::MenuRunner::HAS_MNEMONICS) ==
|
| + if (menu_runner_->RunMenuAt(host->GetWidget(),
|
| + host,
|
| + bounds,
|
| + views::MENU_ANCHOR_TOPRIGHT,
|
| + ui::MENU_SOURCE_NONE,
|
| + views::MenuRunner::HAS_MNEMONICS) ==
|
| views::MenuRunner::MENU_DELETED)
|
| return;
|
| if (bookmark_menu_delegate_.get()) {
|
|
|