| 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 f94a2dfd2ae810aa2cc9c51c1b1ae9140856c916..1118abf17c045966ce8c896499b691f9c655b263 100644
|
| --- a/components/autofill/core/common/autofill_switches.h
|
| +++ b/components/autofill/core/common/autofill_switches.h
|
| @@ -10,8 +10,10 @@ 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 kDisableFillOnAccountSelect[];
|
| extern const char kDisableIgnoreAutocompleteOff[];
|
| extern const char kDisablePasswordGeneration[];
|
| +extern const char kEnableFillOnAccountSelect[];
|
| extern const char kEnablePasswordGeneration[];
|
| extern const char kIgnoreAutocompleteOffForAutofill[];
|
| extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
|
|
|