Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(393)

Unified Diff: chrome/browser/bookmarks/bookmark_context_menu.h

Issue 132048: Don't crash when reusing a bookmark context menu. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gtk/bookmark_manager_gtk.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/gtk/bookmark_manager_gtk.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698