| Index: components/ntp_snippets/remote/remote_suggestions_provider.h
|
| diff --git a/components/ntp_snippets/remote/remote_suggestions_provider.h b/components/ntp_snippets/remote/remote_suggestions_provider.h
|
| index 1c76a5862a7b95d1aab0cfb49257e2b5d742cd94..0f5ee631d502b1b005622f3f272e06cb4f7e71c7 100644
|
| --- a/components/ntp_snippets/remote/remote_suggestions_provider.h
|
| +++ b/components/ntp_snippets/remote/remote_suggestions_provider.h
|
| @@ -101,12 +101,6 @@ class RemoteSuggestionsProvider final
|
| // and request lower latency processing.
|
| void FetchSnippetsForAllCategories();
|
|
|
| - // Fetches snippets from the server for specified hosts and adds them to the
|
| - // current ones. Only called from chrome://snippets-internals, DO NOT USE
|
| - // otherwise! Ignored while ready() is false.
|
| - void FetchSnippetsFromHosts(const std::set<std::string>& hosts,
|
| - bool interactive_request);
|
| -
|
| const NTPSnippetsFetcher* snippets_fetcher() const {
|
| return snippets_fetcher_.get();
|
| }
|
|
|