| Index: chrome/browser/gtk/bookmark_utils_gtk.h
|
| diff --git a/chrome/browser/gtk/bookmark_utils_gtk.h b/chrome/browser/gtk/bookmark_utils_gtk.h
|
| index 0e666c753648111d7612f5dc23f43677c131ddea..1ebc6273d85c2855c0032be84376ff5893c07019 100644
|
| --- a/chrome/browser/gtk/bookmark_utils_gtk.h
|
| +++ b/chrome/browser/gtk/bookmark_utils_gtk.h
|
| @@ -98,6 +98,13 @@ bool CreateNewBookmarksFromURIList(
|
| const BookmarkNode* parent,
|
| int idx);
|
|
|
| +// Add the "url\ntitle" combination into the model at the given position.
|
| +bool CreateNewBookmarkFromNetscapeURL(
|
| + GtkSelectionData* selection_data,
|
| + BookmarkModel* model,
|
| + const BookmarkNode* parent,
|
| + int idx);
|
| +
|
| } // namespace bookmark_utils
|
|
|
| #endif // CHROME_BROWSER_GTK_BOOKMARK_UTILS_GTK_H_
|
|
|