| Index: components/ntp_snippets/content_suggestions_service.h
|
| diff --git a/components/ntp_snippets/content_suggestions_service.h b/components/ntp_snippets/content_suggestions_service.h
|
| index 9bac241d728ed05d3e3b0188e5c449b55c52ed73..308e4dbe69dca01d8e96b199f6fe4b5fdccc7b5c 100644
|
| --- a/components/ntp_snippets/content_suggestions_service.h
|
| +++ b/components/ntp_snippets/content_suggestions_service.h
|
| @@ -328,6 +328,8 @@ class ContentSuggestionsService : public KeyedService,
|
| void RestoreDismissedCategoriesFromPrefs();
|
| void StoreDismissedCategoriesToPrefs();
|
|
|
| + // Get the domain of the suggestion suitable for fetching the favicon.
|
| + GURL GetFaviconDomain(const ContentSuggestion::ID& suggestion_id);
|
| // Callbacks for fetching favicons.
|
| void OnGetFaviconFromCacheFinished(
|
| const GURL& publisher_url,
|
|
|