Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1891)

Unified Diff: chrome/browser/bookmarks/bookmark_model.h

Issue 27262: Wires up sorting of bookmarks to the 'organize menu' in the bookmark... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/bookmarks/bookmark_model.h
===================================================================
--- chrome/browser/bookmarks/bookmark_model.h (revision 10579)
+++ chrome/browser/bookmarks/bookmark_model.h (working copy)
@@ -172,9 +172,8 @@
// Invoked when the children (just direct children, not descendants) of
// |node| have been reordered in some way, such as sorted.
- // TODO(sky): make this pure virtual when all observers have been updated.
virtual void BookmarkNodeChildrenReordered(BookmarkModel* model,
- BookmarkNode* node) {}
+ BookmarkNode* node) = 0;
};
// BookmarkModel --------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698