| 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 75c7a93fcf22f9b278c7f8ae7c9669604d277e15..8d419ae0942fc2794d158e148691cf0102f316de 100644
|
| --- a/components/autofill/core/common/autofill_switches.h
|
| +++ b/components/autofill/core/common/autofill_switches.h
|
| @@ -13,13 +13,11 @@ 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 kDisableFullFormAutofillIOS[];
|
| extern const char kDisableOfferStoreUnmaskedWalletCards[];
|
| extern const char kDisableOfferUploadCreditCards[];
|
| extern const char kDisablePasswordGeneration[];
|
| extern const char kDisableSingleClickAutofill[];
|
| extern const char kEnableCreditCardScan[];
|
| -extern const char kEnableFullFormAutofillIOS[];
|
| extern const char kEnableOfferStoreUnmaskedWalletCards[];
|
| extern const char kEnableOfferUploadCreditCards[];
|
| extern const char kEnablePasswordGeneration[];
|
|
|