diff options
Diffstat (limited to 'chrome/browser/views/bookmark_context_menu.cc')
-rw-r--r-- | chrome/browser/views/bookmark_context_menu.cc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/chrome/browser/views/bookmark_context_menu.cc b/chrome/browser/views/bookmark_context_menu.cc index 21eb200..fee7865 100644 --- a/chrome/browser/views/bookmark_context_menu.cc +++ b/chrome/browser/views/bookmark_context_menu.cc @@ -18,9 +18,9 @@ BookmarkContextMenu::BookmarkContextMenu( PageNavigator* page_navigator, const BookmarkNode* parent, const std::vector<const BookmarkNode*>& selection, - BookmarkContextMenuController::ConfigurationType configuration) + BookmarkContextMenuControllerViews::ConfigurationType configuration) : ALLOW_THIS_IN_INITIALIZER_LIST( - controller_(new BookmarkContextMenuController(parent_window, this, + controller_(new BookmarkContextMenuControllerViews(parent_window, this, profile, page_navigator, parent, selection, configuration))), @@ -62,7 +62,8 @@ bool BookmarkContextMenu::ShouldCloseAllMenusOnExecute(int id) { } //////////////////////////////////////////////////////////////////////////////// -// BookmarkContextMenu, BookmarkContextMenuControllerDelegate implementation: +// BookmarkContextMenu, BookmarkContextMenuControllerViewsDelegate +// implementation: void BookmarkContextMenu::CloseMenu() { menu_->Cancel(); |