| Index: chrome/browser/bookmarks/bookmark_context_menu.h
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_context_menu.h (revision 18907)
|
| +++ chrome/browser/bookmarks/bookmark_context_menu.h (working copy)
|
| @@ -78,12 +78,6 @@
|
| GtkWidget* menu() const { return menu_->widget(); }
|
| #endif
|
|
|
| - void set_parent(BookmarkNode* parent) { parent_ = parent; }
|
| -
|
| - void set_selection(const std::vector<BookmarkNode*>& selection) {
|
| - selection_ = selection;
|
| - }
|
| -
|
| // Menu::Delegate / MenuGtk::Delegate methods.
|
| virtual void ExecuteCommand(int id);
|
| virtual bool IsItemChecked(int id) const;
|
|
|