Commit 0d806714 authored by Vidhan's avatar Vidhan Committed by Chromium LUCI CQ

[Autofill][iOS] Introduced kAutofillEnableNewAddressProfileCreationInSettingsOnIOS

Bug: 1167099
Change-Id: I1c782ef46244653d0b242e217a3758c11b443b81
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633046Reviewed-by: default avatarMatthias Körber <koerber@google.com>
Commit-Queue: Vidhan Jain <vidhanj@google.com>
Cr-Commit-Position: refs/heads/master@{#844472}
parent 0770e8b9
...@@ -338,6 +338,13 @@ const char kAutofillUseMobileLabelDisambiguationParameterShowOne[] = "show-one"; ...@@ -338,6 +338,13 @@ const char kAutofillUseMobileLabelDisambiguationParameterShowOne[] = "show-one";
// TODO(crbug/1131038): Remove once it's launched. // TODO(crbug/1131038): Remove once it's launched.
const base::Feature kAutofillUseUniqueRendererIDsOnIOS{ const base::Feature kAutofillUseUniqueRendererIDsOnIOS{
"AutofillUseUniqueRendererIDsOnIOS", base::FEATURE_DISABLED_BY_DEFAULT}; "AutofillUseUniqueRendererIDsOnIOS", base::FEATURE_DISABLED_BY_DEFAULT};
// Controls whether the creation of new address profiles is enabled in settings
// on IOS.
// TODO(crbug/1167105): Remove once it's launched.
const base::Feature kAutofillEnableNewAddressProfileCreationInSettingsOnIOS{
"AutofillEnableNewAddressProfileCreationInSettingsOnIOS",
base::FEATURE_DISABLED_BY_DEFAULT};
#endif #endif
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
......
...@@ -95,6 +95,8 @@ bool IsMacViewsAutofillPopupExperimentEnabled(); ...@@ -95,6 +95,8 @@ bool IsMacViewsAutofillPopupExperimentEnabled();
#if defined(OS_IOS) #if defined(OS_IOS)
extern const base::Feature kAutofillUseUniqueRendererIDsOnIOS; extern const base::Feature kAutofillUseUniqueRendererIDsOnIOS;
extern const base::Feature
kAutofillEnableNewAddressProfileCreationInSettingsOnIOS;
#endif // OS_IOS #endif // OS_IOS
#if defined(OS_ANDROID) #if defined(OS_ANDROID)
......
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