| 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() {
|
|
|