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

Unified Diff: components/ntp_snippets/ntp_snippets_fetcher.cc

Issue 2320423002: NTPSnippets: User locale was not set when user isn't signed in. (Closed)
Patch Set: Created 4 years, 3 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/ntp_snippets/ntp_snippets_fetcher.cc
diff --git a/components/ntp_snippets/ntp_snippets_fetcher.cc b/components/ntp_snippets/ntp_snippets_fetcher.cc
index cb7ac2d4c666fd5bda14f87ea8c9bbd4c7b54f5d..026dd4cea0c4abe80820c031bff08e142bbe3599 100644
--- a/components/ntp_snippets/ntp_snippets_fetcher.cc
+++ b/components/ntp_snippets/ntp_snippets_fetcher.cc
@@ -454,6 +454,7 @@ void NTPSnippetsFetcher::FetchSnippetsNonAuthenticated() {
params.excluded_ids = excluded_ids_;
params.count_to_fetch = count_to_fetch_;
params.interactive_request = interactive_request_;
+ params.user_locale = locale_;
FetchSnippetsImpl(url, std::string(), params.BuildRequest());
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698