| Index: chrome/browser/gtk/bookmark_utils_gtk.h
|
| ===================================================================
|
| --- chrome/browser/gtk/bookmark_utils_gtk.h (revision 21718)
|
| +++ chrome/browser/gtk/bookmark_utils_gtk.h (working copy)
|
| @@ -83,6 +83,14 @@
|
| const BookmarkNode* parent,
|
| int idx);
|
|
|
| +// Add the URIs in |selection_data| into the model at the given position. They
|
| +// will be added whether or not the URL is valid.
|
| +bool CreateNewBookmarksFromURIList(
|
| + GtkSelectionData* selection_data,
|
| + BookmarkModel* model,
|
| + const BookmarkNode* parent,
|
| + int idx);
|
| +
|
| } // namespace bookmark_utils
|
|
|
| #endif // CHROME_BROWSER_GTK_BOOKMARK_UTILS_GTK_H_
|
|
|