| Index: chrome/browser/views/bookmark_context_menu.cc
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_context_menu.cc (revision 29776)
|
| +++ chrome/browser/views/bookmark_context_menu.cc (working copy)
|
| @@ -37,7 +37,7 @@
|
| views::MenuItemView::AnchorPosition anchor =
|
| (l10n_util::GetTextDirection() == l10n_util::RIGHT_TO_LEFT) ?
|
| views::MenuItemView::TOPRIGHT : views::MenuItemView::TOPLEFT;
|
| - menu_->RunMenuAt(parent_window_, gfx::Rect(point.x(), point.y(), 0, 0),
|
| + menu_->RunMenuAt(parent_window_, NULL, gfx::Rect(point.x(), point.y(), 0, 0),
|
| anchor, true);
|
| }
|
|
|
|
|