diff options
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_context_menu_controller.h')
-rw-r--r-- | chrome/browser/bookmarks/bookmark_context_menu_controller.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/chrome/browser/bookmarks/bookmark_context_menu_controller.h b/chrome/browser/bookmarks/bookmark_context_menu_controller.h index e2e2194..02888f2 100644 --- a/chrome/browser/bookmarks/bookmark_context_menu_controller.h +++ b/chrome/browser/bookmarks/bookmark_context_menu_controller.h @@ -125,9 +125,6 @@ class BookmarkContextMenuController : public BookmarkModelObserver, // Invoked from the various bookmark model observer methods. Closes the menu. void ModelChanged(); - // Removes the observer from the model and NULLs out model_. - BookmarkModel* RemoveModelObserver(); - // Returns true if selection_ has at least one bookmark of type url. bool HasURLs() const; |