| 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 d7ca7cb11e594565a0f3182664f69317830216aa..f596ccb87a361fdf9b988877a2bf365c6fd4ba9c 100644
|
| --- a/components/ntp_snippets/ntp_snippets_service.cc
|
| +++ b/components/ntp_snippets/ntp_snippets_service.cc
|
| @@ -211,7 +211,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() {
|
|
|