Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(258)

Unified Diff: components/ntp_snippets/remote/remote_suggestions_provider_impl.h

Issue 2846503002: [Remote suggestions] Get favicon URLs from archive (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/ntp_snippets/remote/remote_suggestions_provider_impl.h
diff --git a/components/ntp_snippets/remote/remote_suggestions_provider_impl.h b/components/ntp_snippets/remote/remote_suggestions_provider_impl.h
index 847f6bc5599f9e678d6eae1e669f456bb7856854..2540c3abae34228cea89d83719dd3900e64da1eb 100644
--- a/components/ntp_snippets/remote/remote_suggestions_provider_impl.h
+++ b/components/ntp_snippets/remote/remote_suggestions_provider_impl.h
@@ -144,6 +144,9 @@ class RemoteSuggestionsProviderImpl final : public RemoteSuggestionsProvider {
const RemoteSuggestionsFetcher* suggestions_fetcher_for_debugging()
const override;
+ GURL GetUrlWithFavicon(
+ const ContentSuggestion::ID& suggestion_id) const override;
+
// ContentSuggestionsProvider implementation.
CategoryStatus GetCategoryStatus(Category category) override;
CategoryInfo GetCategoryInfo(Category category) override;

Powered by Google App Engine
This is Rietveld 408576698