| Index: components/ntp_snippets/ntp_snippets_service.h
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.h b/components/ntp_snippets/ntp_snippets_service.h
|
| index c93c441319d54e239115f255a646ffaf0e87558d..0fbbb0ff3f5bf76a7f3cea180b2f389a5ce800d6 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -135,6 +135,9 @@ class NTPSnippetsService : public KeyedService, NTPSnippetsFetcher::Observer {
|
| void LoadDiscardedSnippetsFromPrefs();
|
| void StoreDiscardedSnippetsToPrefs();
|
|
|
| + std::vector<std::string> GetSnippetHostsFromPrefs() const;
|
| + void StoreSnippetHostsToPrefs(const std::vector<std::string>& hosts);
|
| +
|
| bool HasDiscardedSnippet(const GURL& url) const;
|
|
|
| void RemoveExpiredSnippets();
|
|
|