summaryrefslogtreecommitdiffstats
path: root/chrome/browser/bookmarks/bookmark_context_menu_controller.h
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 19:36:46 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-01-28 19:36:46 +0000
commitd1ba5b511c94fb02b79ceae67a172d6bdb716e98 (patch)
tree23288e2b27f8513e76e5f22750f3166c92edaae5 /chrome/browser/bookmarks/bookmark_context_menu_controller.h
parentd3038bf0175f75df75385a17298134a2ee39b8a1 (diff)
downloadchromium_src-d1ba5b511c94fb02b79ceae67a172d6bdb716e98.zip
chromium_src-d1ba5b511c94fb02b79ceae67a172d6bdb716e98.tar.gz
chromium_src-d1ba5b511c94fb02b79ceae67a172d6bdb716e98.tar.bz2
Makes it so deleting a bookmark from the context menu doesn't close
the bookmark menu. BUG=2469 TEST=click on a bookmark folder on the bookmark bar, right click on an item and chose delete. Make sure the folder stays up and still works correctly (and the item you deleted isn't there). Review URL: http://codereview.chromium.org/551178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@37424 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/bookmarks/bookmark_context_menu_controller.h')
-rw-r--r--chrome/browser/bookmarks/bookmark_context_menu_controller.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/browser/bookmarks/bookmark_context_menu_controller.h b/chrome/browser/bookmarks/bookmark_context_menu_controller.h
index 0934b70..3812e28 100644
--- a/chrome/browser/bookmarks/bookmark_context_menu_controller.h
+++ b/chrome/browser/bookmarks/bookmark_context_menu_controller.h
@@ -29,6 +29,13 @@ class BookmarkContextMenuControllerDelegate {
virtual void AddItemWithStringId(int command_id, int string_id) = 0;
virtual void AddSeparator() = 0;
virtual void AddCheckboxItem(int command_id) = 0;
+
+ // Sent before bookmarks are removed.
+ virtual void WillRemoveBookmarks(
+ const std::vector<const BookmarkNode*>& bookmarks) {}
+
+ // Sent after bookmarks have been removed.
+ virtual void DidRemoveBookmarks() {}
};
// BookmarkContextMenuController creates and manages state for the context menu