| Index: chrome/browser/views/bookmark_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_bar_view.h (revision 10579)
|
| +++ chrome/browser/views/bookmark_bar_view.h (working copy)
|
| @@ -270,6 +270,9 @@
|
| // 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.
|
|
|