| Index: components/autofill/core/common/autofill_switches.cc
|
| diff --git a/components/autofill/core/common/autofill_switches.cc b/components/autofill/core/common/autofill_switches.cc
|
| index 04753c26e5b1230fcabfe999a1720cec3fdbc6c3..b553a9577054722cc5f0cf8833c31890d14a8b59 100644
|
| --- a/components/autofill/core/common/autofill_switches.cc
|
| +++ b/components/autofill/core/common/autofill_switches.cc
|
| @@ -44,12 +44,6 @@ const char kEnableCreditCardScan[] = "enable-credit-card-scan";
|
| // selection, rather than autofilling on page load, with highlighting of fields.
|
| const char kEnableFillOnAccountSelect[] = "enable-fill-on-account-select";
|
|
|
| -// Enables the experiment for the password manager to only fill on account
|
| -// selection, rather than autofilling on page load, with no highlighting of
|
| -// fields.
|
| -const char kEnableFillOnAccountSelectNoHighlighting[] =
|
| - "enable-fill-on-account-select-no-highlighting";
|
| -
|
| // Enables the experimental Full Form Autofill on iOS feature.
|
| const char kEnableFullFormAutofillIOS[] = "enable-full-form-autofill-ios";
|
|
|
|
|