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

Unified Diff: components/ntp_snippets/remote/ntp_snippets_json_request.cc

Issue 2637183002: [NTP Snippets Fetcher] Enable sending info from LanguageModel by default (Closed)
Patch Set: Created 3 years, 11 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/remote/ntp_snippets_json_request.cc
diff --git a/components/ntp_snippets/remote/ntp_snippets_json_request.cc b/components/ntp_snippets/remote/ntp_snippets_json_request.cc
index 7ac4f5cd3436ad42394faf919ae1620355d49744..bf511098a32e5946cfbca55e55ce745045d7c3ba 100644
--- a/components/ntp_snippets/remote/ntp_snippets_json_request.cc
+++ b/components/ntp_snippets/remote/ntp_snippets_json_request.cc
@@ -72,7 +72,7 @@ int Get5xxRetryCount(bool interactive_request) {
bool IsSendingTopLanguagesEnabled() {
return variations::GetVariationParamByFeatureAsBool(
ntp_snippets::kArticleSuggestionsFeature, kSendTopLanguagesName,
- /*default_value=*/false);
+ /*default_value=*/true);
}
bool IsSendingUserClassEnabled() {
« 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