| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| ===================================================================
|
| --- chrome/browser/bookmarks/bookmark_utils.h (revision 39450)
|
| +++ chrome/browser/bookmarks/bookmark_utils.h (working copy)
|
| @@ -71,6 +71,11 @@
|
| const BookmarkNode* parent,
|
| int index_to_add_at);
|
|
|
| +// Begins dragging a group of bookmarks.
|
| +void DragBookmarks(Profile* profile,
|
| + const std::vector<const BookmarkNode*>& nodes,
|
| + gfx::NativeView view);
|
| +
|
| // Recursively opens all bookmarks. |initial_disposition| dictates how the
|
| // first URL is opened, all subsequent URLs are opened as background tabs.
|
| // |navigator| is used to open the URLs. If |navigator| is NULL the last
|
|
|