commit | 7e460298d891ad1b6d10c1703f69ae0818f96791 | [log] [tgz] |
---|---|---|
author | Tim Schumann <[email protected]> | Mon Aug 28 13:34:53 2017 |
committer | Commit Bot <[email protected]> | Mon Aug 28 13:34:53 2017 |
tree | 281fbfeec3fc0a592b7373a22dcc885ec9a4ddad | |
parent | ca5d1fbc657abd90319f5e23bf4fd15e223df9f8 [diff] [blame] |
Switch default of "send_user_class" to true. We are rolling this feature out 100%, so let's keep the defaults in sync. Bug: 756469 Change-Id: I0e0575c8914544f7c93701e1b05775c8ff53e831 Reviewed-on: https://chromium-review.googlesource.com/637991 Reviewed-by: Marc Treib <[email protected]> Commit-Queue: Tim Schumann <[email protected]> Cr-Commit-Position: refs/heads/master@{#497750}
diff --git a/components/ntp_snippets/remote/json_request.cc b/components/ntp_snippets/remote/json_request.cc index 8627c49c..206c846c 100644 --- a/components/ntp_snippets/remote/json_request.cc +++ b/components/ntp_snippets/remote/json_request.cc
@@ -76,7 +76,7 @@ bool IsSendingUserClassEnabled() { return variations::GetVariationParamByFeatureAsBool( ntp_snippets::kArticleSuggestionsFeature, kSendUserClassName, - /*default_value=*/false); + /*default_value=*/true); } // Translate the BCP 47 |language_code| into a posix locale string.