Index: chrome/browser/bookmarks/bookmark_model.h |
diff --git a/chrome/browser/bookmarks/bookmark_model.h b/chrome/browser/bookmarks/bookmark_model.h |
index ab35f7484804184c7137a64458199ca444a2d3d9..1f1f8ea5954e813e7617097efd48ace293d9eae0 100644 |
--- a/chrome/browser/bookmarks/bookmark_model.h |
+++ b/chrome/browser/bookmarks/bookmark_model.h |
@@ -292,10 +292,11 @@ class BookmarkModel : public content::NotificationObserver, |
// See BookmarkService for more details on this. |
virtual bool IsBookmarked(const GURL& url) OVERRIDE; |
- // Returns all the bookmarked urls. |
+ // Returns all the bookmarked urls and their titles. |
// This method is thread safe. |
// See BookmarkService for more details on this. |
- virtual void GetBookmarks(std::vector<GURL>* urls) OVERRIDE; |
+ virtual void GetBookmarks( |
+ std::vector<BookmarkService::URLAndTitle>* urls) OVERRIDE; |
// Blocks until loaded; this is NOT invoked on the main thread. |
// See BookmarkService for more details on this. |