From 58b359d1055914da02ca1b79ea228118dff5ba44 Mon Sep 17 00:00:00 2001 From: "sky@google.com" Date: Fri, 27 Feb 2009 22:05:08 +0000 Subject: Wires up sorting of bookmarks to the 'organize menu' in the bookmark manager (Glen says no context menus for now). All BookmarkModelObservers have been updated appropriately. BUG=1750 TEST=bring up the bookmark manager and try the 'Reorder by title' menu item, make sure it works and I didn't screw up anything around it. Review URL: http://codereview.chromium.org/27262 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10633 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/views/bookmark_bar_view.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'chrome/browser/views/bookmark_bar_view.h') diff --git a/chrome/browser/views/bookmark_bar_view.h b/chrome/browser/views/bookmark_bar_view.h index 479e4a7..06b9e6c6 100644 --- a/chrome/browser/views/bookmark_bar_view.h +++ b/chrome/browser/views/bookmark_bar_view.h @@ -270,6 +270,9 @@ class BookmarkBarView : public views::View, // appropriately. void BookmarkNodeChangedImpl(BookmarkModel* model, BookmarkNode* node); + virtual void BookmarkNodeChildrenReordered(BookmarkModel* model, + BookmarkNode* node); + // Invoked when the favicon is available. If the node is a child of the // root node, the appropriate button is updated. If a menu is showing, the // call is forwarded to the menu to allow for it to update the icon. -- cgit v1.1