Chromium Code Reviews| Index: components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
| diff --git a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
| index 706514d2fa1a4adaafa13b57e7bc7f3a83bfdf91..20dfcc32c9b47b5049a5f39f67fc7c27d56e3a51 100644 |
| --- a/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
| +++ b/components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h |
| @@ -42,8 +42,9 @@ class BookmarkSuggestionsProvider : public ContentSuggestionsProvider, |
| void DismissSuggestion(const ContentSuggestion::ID& suggestion_id) override; |
| void FetchSuggestionImage(const ContentSuggestion::ID& suggestion_id, |
| const ImageFetchedCallback& callback) override; |
| - void FetchMore(const Category& category, |
| - FetchedMoreCallback callback) override; |
| + void Fetch(const Category& category, |
| + std::set<std::string> known_suggestion_ids, |
|
tschumann
2016/11/02 11:23:22
@dgn (to get quicker feedback as Friedrich is not
dgn
2016/11/02 12:04:33
Yes, I also would prefer having const references r
fhorschig
2016/11/03 01:53:14
Done.
BTW: I used the ownership of the set to std
|
| + FetchingCallback callback) override; |
| void ClearHistory( |
| base::Time begin, |
| base::Time end, |