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

Unified Diff: chrome/browser/views/bookmark_bar_view.h

Issue 8115: Refactors some of the bookmark drag and drop code into a separate... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 12 years, 2 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
« no previous file with comments | « chrome/browser/bookmarks/bookmark_drag_utils.cc ('k') | chrome/browser/views/bookmark_bar_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/bookmark_bar_view.h
===================================================================
--- chrome/browser/views/bookmark_bar_view.h (revision 3822)
+++ chrome/browser/views/bookmark_bar_view.h (working copy)
@@ -352,25 +352,12 @@
BookmarkNode* parent,
int index);
- // Returns true if the specified location is a valid drop location for
- // the supplied drag data.
- bool CanDropAt(const BookmarkDragData& data,
- BookmarkNode* parent,
- int index);
-
// Performs a drop of the specified data at the specified location. Returns
// the result.
int PerformDropImpl(const BookmarkDragData& data,
BookmarkNode* parent_node,
int index);
- // Creates a new group/entry for data, and recursively invokes itself for
- // all children of data. This is used during drag and drop to clone a
- // group from another profile.
- void CloneDragData(const BookmarkDragData::Element& data,
- BookmarkNode* parent,
- int index_to_add_at);
-
// Returns the index of the first hidden bookmark button. If all buttons are
// visible, this returns GetBookmarkButtonCount().
int GetFirstHiddenNodeIndex();
« no previous file with comments | « chrome/browser/bookmarks/bookmark_drag_utils.cc ('k') | chrome/browser/views/bookmark_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698