| Index: components/ntp_snippets/ntp_snippets_service.cc
|
| diff --git a/components/ntp_snippets/ntp_snippets_service.cc b/components/ntp_snippets/ntp_snippets_service.cc
|
| index 226f4c6712bfd118a22c6ae4e2398562ee864d74..8646a240f871346cf3fb384356238643cb489252 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service.cc
|
| @@ -209,7 +209,8 @@ void NTPSnippetsService::FetchSnippets() {
|
|
|
| void NTPSnippetsService::FetchSnippetsFromHosts(
|
| const std::set<std::string>& hosts) {
|
| - snippets_fetcher_->FetchSnippetsFromHosts(hosts, kMaxSnippetCount);
|
| + snippets_fetcher_->FetchSnippetsFromHosts(hosts, application_language_code_,
|
| + kMaxSnippetCount);
|
| }
|
|
|
| void NTPSnippetsService::RescheduleFetching() {
|
|
|