| Index: chrome/browser/bookmarks/bookmark_utils.h
|
| diff --git a/chrome/browser/bookmarks/bookmark_utils.h b/chrome/browser/bookmarks/bookmark_utils.h
|
| index cc95b5968b7dffa38143808ae8e963df1c8c9a5d..1948492a9e42e9ebc328bc7aef4a82d6abeead24 100644
|
| --- a/chrome/browser/bookmarks/bookmark_utils.h
|
| +++ b/chrome/browser/bookmarks/bookmark_utils.h
|
| @@ -193,6 +193,12 @@ void GetURLAndTitleToBookmark(TabContents* tab_contents,
|
| GURL* url,
|
| string16* title);
|
|
|
| +// Fills in the URL and title for a bookmark from the current tab of the
|
| +// specified profile.
|
| +void GetURLAndTitleToBookmarkFromCurrentTab(Profile* profile,
|
| + GURL* url,
|
| + string16* title);
|
| +
|
| // Returns, by reference in |urls|, the url and title pairs for each open
|
| // tab in browser.
|
| void GetURLsForOpenTabs(Browser* browser,
|
|
|