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

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

Issue 2570673004: Remove host restrictions from snippets (Closed)
Patch Set: Remove host restrictions from snippets Created 4 years 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.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();
}

Powered by Google App Engine
This is Rietveld 408576698