| 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..ed8af4d3ce7f7afcb9ab9d4252979e3e367ed454 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::ContextMenuSourceType 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.
|
| }
|
|
|