| 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 4269f9413cfb2624f079f8407508ef81b3108df7..c7a32443301e976c088ec1dc7dbb7945e3267879 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.h
|
| +++ b/components/ntp_snippets/ntp_snippets_service.h
|
| @@ -148,8 +148,6 @@ class NTPSnippetsService : public KeyedService {
|
| std::set<std::string> GetSnippetHostsFromPrefs() const;
|
| void StoreSnippetHostsToPrefs(const std::set<std::string>& hosts);
|
|
|
| - bool HasDiscardedSnippet(const GURL& url) const;
|
| -
|
| void RemoveExpiredSnippets();
|
|
|
| bool enabled_;
|
|
|