| Index: components/autofill/core/common/autofill_switches.h
|
| diff --git a/components/autofill/core/common/autofill_switches.h b/components/autofill/core/common/autofill_switches.h
|
| index 4b9eb5ee6c2f57c8693c11de67e98a5df808c458..75c7a93fcf22f9b278c7f8ae7c9669604d277e15 100644
|
| --- a/components/autofill/core/common/autofill_switches.h
|
| +++ b/components/autofill/core/common/autofill_switches.h
|
| @@ -13,15 +13,12 @@ namespace switches {
|
| // All switches in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
| extern const char kDisableCreditCardScan[];
|
| -extern const char kDisableFillOnAccountSelect[];
|
| extern const char kDisableFullFormAutofillIOS[];
|
| extern const char kDisableOfferStoreUnmaskedWalletCards[];
|
| extern const char kDisableOfferUploadCreditCards[];
|
| extern const char kDisablePasswordGeneration[];
|
| extern const char kDisableSingleClickAutofill[];
|
| extern const char kEnableCreditCardScan[];
|
| -extern const char kEnableFillOnAccountSelect[];
|
| -extern const char kEnableFillOnAccountSelectNoHighlighting[];
|
| extern const char kEnableFullFormAutofillIOS[];
|
| extern const char kEnableOfferStoreUnmaskedWalletCards[];
|
| extern const char kEnableOfferUploadCreditCards[];
|
|
|