Commit 36944a3b authored by Mathieu Perreault's avatar Mathieu Perreault Committed by Commit Bot

[Autofill] Enable two Payments features by default.

Sending less data in GetUploadDetails, and using PaymentsCustomerData for
Payments calls

Bug: 878416, 870936
Change-Id: I423f3088f0a7ae331d87390f89aa33a3fe6f3792
Reviewed-on: https://chromium-review.googlesource.com/1207003Reviewed-by: default avatarSebastien Seguin-Gagnon <sebsg@chromium.org>
Commit-Queue: Mathieu Perreault <mathp@chromium.org>
Cr-Commit-Position: refs/heads/master@{#589094}
parent c2287671
......@@ -170,7 +170,7 @@ const base::Feature kAutofillSendExperimentIdsInPaymentsRPCs{
// are sent.
const base::Feature kAutofillSendOnlyCountryInGetUploadDetails{
"AutofillSendOnlyCountryInGetUploadDetails",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
// Enables or Disables (mostly for hermetic testing) autofill server
// communication. The URL of the autofill server can further be controlled via
......@@ -254,7 +254,7 @@ const base::Feature kAutofillUpstreamUseGooglePayBrandingOnMobile{
// Controls whether the PaymentsCustomerData is used to make requests to
// Google Payments.
const base::Feature kAutofillUsePaymentsCustomerData{
"AutofillUsePaymentsCustomerData", base::FEATURE_DISABLED_BY_DEFAULT};
"AutofillUsePaymentsCustomerData", base::FEATURE_ENABLED_BY_DEFAULT};
const base::Feature kAutofillVoteUsingInvalidProfileData{
"AutofillVoteUsingInvalidProfileData", base::FEATURE_ENABLED_BY_DEFAULT};
......
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