| 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 aa8e5b2a31907e1deda9e6ba5268efb70371c925..5c400f8b53ed94b360d13594a4e04ab45dc6c64b 100644
|
| --- a/components/autofill/core/common/autofill_switches.h
|
| +++ b/components/autofill/core/common/autofill_switches.h
|
| @@ -11,9 +11,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 kDisableFillOnAccountSelect[];
|
| extern const char kDisablePasswordGeneration[];
|
| extern const char kDisableSingleClickAutofill[];
|
| extern const char kEnableCreditCardScan[];
|
| +extern const char kEnableFillOnAccountSelect[];
|
| extern const char kEnablePasswordGeneration[];
|
| extern const char kEnableSingleClickAutofill[];
|
| extern const char kEnableWalletCardImport[];
|
|
|