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

Unified Diff: chrome/views/tree_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/views/tree_model.h
===================================================================
--- chrome/views/tree_model.h (revision 10579)
+++ chrome/views/tree_model.h (working copy)
@@ -41,9 +41,8 @@
// Notification the children of |parent| have been reordered. Note, only
// the direct children of |parent| have been reordered, not descendants.
- // TODO(sky): make this pure virtual after all sites have been updated.
virtual void TreeNodeChildrenReordered(TreeModel* model,
- TreeModelNode* parent) {}
+ TreeModelNode* parent) = 0;
// Notification that the contents of a node has changed.
virtual void TreeNodeChanged(TreeModel* model, TreeModelNode* node) = 0;

Powered by Google App Engine
This is Rietveld 408576698