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..8f5eabc2e4c791805f8f9a9804dc4df379bad949 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 title. |
sky
2012/08/03 16:04:39
title -> titles
michaelbai
2012/08/03 17:57:49
Done.
|
// 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::Bookmark>* urls) OVERRIDE; |
// Blocks until loaded; this is NOT invoked on the main thread. |
// See BookmarkService for more details on this. |