Commit 2dfbe185 authored by Marc Treib's avatar Marc Treib Committed by Chromium LUCI CQ

Enable AutofillEnableAccountWalletStorage by default on Android

aka ButterForPayments stage 1

Bug: 1081749
Change-Id: Iac065ddff2dec907639dc088209c167abe94c50d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2631489
Auto-Submit: Marc Treib <treib@chromium.org>
Reviewed-by: default avatarJared Saul <jsaul@google.com>
Reviewed-by: default avatarDominic Battré <battre@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845171}
parent 41465253
...@@ -72,8 +72,8 @@ const base::Feature kAutofillEnableSupportForApartmentNumbers{ ...@@ -72,8 +72,8 @@ const base::Feature kAutofillEnableSupportForApartmentNumbers{
// account-based storage when sync the transport is enabled. // account-based storage when sync the transport is enabled.
const base::Feature kAutofillEnableAccountWalletStorage { const base::Feature kAutofillEnableAccountWalletStorage {
"AutofillEnableAccountWalletStorage", "AutofillEnableAccountWalletStorage",
#if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_ANDROID) || defined(OS_IOS) #if BUILDFLAG(IS_CHROMEOS_ASH) || defined(OS_IOS)
// Wallet transport is only currently available on Win/Mac/Linux. // Wallet transport is only currently available on Win/Mac/Linux/Android.
// (Somehow, swapping this check makes iOS unhappy?) // (Somehow, swapping this check makes iOS unhappy?)
base::FEATURE_DISABLED_BY_DEFAULT base::FEATURE_DISABLED_BY_DEFAULT
#else #else
......
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