| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc
|
| index 26a10536fc012cfa6bd6a9da91d263848f98b110..4c496799be30a48dfdbd9f0c7b9419f9bf449bef 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_instructions_view.cc
|
| @@ -109,7 +109,8 @@ void BookmarkBarInstructionsView::LinkClicked(views::Link* source,
|
|
|
| void BookmarkBarInstructionsView::ShowContextMenuForView(
|
| views::View* source,
|
| - const gfx::Point& point) {
|
| + const gfx::Point& point,
|
| + ui::MenuSourceType source_type) {
|
| // Do nothing here, we don't want to show the Bookmarks context menu when
|
| // the user right clicks on the "Import bookmarks now" link.
|
| }
|
|
|