Chromium Code Reviews| 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..f8bad20c2ce940771da7cd1e0e83aa62a6a2a1e2 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 active |
|
sky
2011/07/07 17:11:46
active -> specified
sadrul
2011/07/07 17:33:28
Done.
|
| +// 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, |