Commit ead96b7e authored by finkm's avatar finkm Committed by Commit bot

NTPSnippets: User locale was not set when user isn't signed in.

BUG=645425

Review-Url: https://codereview.chromium.org/2320423002
Cr-Commit-Position: refs/heads/master@{#417592}
parent 7a4e4ee2
...@@ -454,6 +454,7 @@ void NTPSnippetsFetcher::FetchSnippetsNonAuthenticated() { ...@@ -454,6 +454,7 @@ void NTPSnippetsFetcher::FetchSnippetsNonAuthenticated() {
params.excluded_ids = excluded_ids_; params.excluded_ids = excluded_ids_;
params.count_to_fetch = count_to_fetch_; params.count_to_fetch = count_to_fetch_;
params.interactive_request = interactive_request_; params.interactive_request = interactive_request_;
params.user_locale = locale_;
FetchSnippetsImpl(url, std::string(), params.BuildRequest()); FetchSnippetsImpl(url, std::string(), params.BuildRequest());
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment