| Index: chrome/browser/dom_ui/new_tab_ui.h
|
| ===================================================================
|
| --- chrome/browser/dom_ui/new_tab_ui.h (revision 10579)
|
| +++ chrome/browser/dom_ui/new_tab_ui.h (working copy)
|
| @@ -151,12 +151,14 @@
|
| virtual void BookmarkNodeChanged(BookmarkModel* model,
|
| BookmarkNode* node);
|
|
|
| - // These two won't effect what is shown, so they do nothing.
|
| + // These won't effect what is shown, so they do nothing.
|
| virtual void BookmarkNodeMoved(BookmarkModel* model,
|
| BookmarkNode* old_parent,
|
| int old_index,
|
| BookmarkNode* new_parent,
|
| int new_index) {}
|
| + virtual void BookmarkNodeChildrenReordered(BookmarkModel* model,
|
| + BookmarkNode* node) {}
|
| virtual void BookmarkNodeFavIconLoaded(BookmarkModel* model,
|
| BookmarkNode* node) {}
|
|
|
|
|