| 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;
|
|
|
|
|