| 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 f3befcb8bac97b043b1201737dfb3e19947cecf1..f290628b7667985e77c84e18c2a4174ba0ce8c7e 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;
|
|
|
|
|