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

Unified Diff: components/ntp_snippets/remote/ntp_snippets_fetcher.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/ntp_snippets_fetcher.h
diff --git a/components/ntp_snippets/remote/ntp_snippets_fetcher.h b/components/ntp_snippets/remote/ntp_snippets_fetcher.h
index 92a23431816d34b462a58ce88849e059101c3318..c29ca62b9627815713db6ea3d5b90bc4bf5d23f7 100644
--- a/components/ntp_snippets/remote/ntp_snippets_fetcher.h
+++ b/components/ntp_snippets/remote/ntp_snippets_fetcher.h
@@ -112,9 +112,6 @@ class NTPSnippetsFetcher : public OAuth2TokenService::Consumer,
Params(const Params&);
~Params();
- // If non-empty, restricts the result to the given set of hosts.
- std::set<std::string> hosts;
-
// BCP 47 language code specifying the user's UI language.
std::string language_code;

Powered by Google App Engine
This is Rietveld 408576698