Index: chrome/browser/ui/bookmarks/bookmark_drag_drop.h |
diff --git a/chrome/browser/ui/bookmarks/bookmark_drag_drop.h b/chrome/browser/ui/bookmarks/bookmark_drag_drop.h |
index 1f604b20be6b6fb77e13d3d488ce606ebff5352f..fbce748cf53d894f8e1b0c5763c84cdc6686c0a4 100644 |
--- a/chrome/browser/ui/bookmarks/bookmark_drag_drop.h |
+++ b/chrome/browser/ui/bookmarks/bookmark_drag_drop.h |
@@ -23,11 +23,14 @@ void DragBookmarks(Profile* profile, |
ui::DragDropTypes::DragEventSource source); |
// Drops the bookmark nodes that are in |data| onto |parent_node| at |index|. |
+// |copy| indicates the source operation: if true then the bookmarks in |data| |
+// are copied, otherwise they are moved if they belong to the same |profile|. |
// Returns the drop type used. |
int DropBookmarks(Profile* profile, |
const BookmarkNodeData& data, |
const BookmarkNode* parent_node, |
- int index); |
+ int index, |
+ bool copy); |
} // namespace chrome |