Chromium Code Reviews| Index: components/bookmarks/browser/bookmark_model.h |
| diff --git a/components/bookmarks/browser/bookmark_model.h b/components/bookmarks/browser/bookmark_model.h |
| index 0a2d9643c89ccf84d3604de102340a0e8b2b61e2..1bc835f834058acc3e1ade00cbb1aad8f9239c80 100644 |
| --- a/components/bookmarks/browser/bookmark_model.h |
| +++ b/components/bookmarks/browser/bookmark_model.h |
| @@ -66,9 +66,7 @@ class BookmarkModel : public KeyedService { |
| base::string16 title; |
| }; |
| - // |index_urls| says whether URLs should be stored in the BookmarkIndex |
| - // in addition to bookmark titles. |
| - BookmarkModel(bookmarks::BookmarkClient* client, bool index_urls); |
| + BookmarkModel(bookmarks::BookmarkClient* client); |
|
sky
2014/08/21 23:56:04
explicit
Mark P
2014/08/22 15:56:39
Done.
|
| virtual ~BookmarkModel(); |
| // KeyedService: |
| @@ -415,10 +413,6 @@ class BookmarkModel : public KeyedService { |
| scoped_ptr<bookmarks::BookmarkIndex> index_; |
| - // True if URLs are stored in the BookmarkIndex in addition to bookmark |
| - // titles. |
| - const bool index_urls_; |
| - |
| base::WaitableEvent loaded_signal_; |
| // See description of IsDoingExtensiveChanges above. |