Commit 77eb3e88 authored by siashah's avatar siashah Committed by Commit Bot

Enable name fix flow by default on android

Bug: 965651
Change-Id: Iae94513290b3821935ba7f13df387d951bbb5fb9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1623285Reviewed-by: default avatarJared Saul <jsaul@google.com>
Commit-Queue: Siddharth Shah <siashah@chromium.org>
Cr-Commit-Position: refs/heads/master@{#662892}
parent 953a5b28
......@@ -128,8 +128,13 @@ const base::Feature kAutofillUpstreamDisallowJcb{
"AutofillUpstreamDisallowJcb", base::FEATURE_DISABLED_BY_DEFAULT};
const base::Feature kAutofillUpstreamEditableCardholderName{
"AutofillUpstreamEditableCardholderName",
base::FEATURE_DISABLED_BY_DEFAULT};
"AutofillUpstreamEditableCardholderName",
#if defined(OS_ANDROID)
base::FEATURE_ENABLED_BY_DEFAULT
#else
base::FEATURE_DISABLED_BY_DEFAULT
#endif
};
const base::Feature kAutofillUpstreamEditableExpirationDate{
"AutofillUpstreamEditableExpirationDate",
......
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