| 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 69f2e4a63dd901808ac4c1adf60f7d450fd5624b..b03ad108121f37001c6be2740f57b87838956386 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 kDisablePasswordGeneration[];
|
| extern const char kDisambiguateAutofillServerNameTypes[];
|
| +extern const char kEnableFillOnAccountSelect[];
|
| extern const char kEnablePasswordGeneration[];
|
| extern const char kIgnoreAutocompleteOffForAutofill[];
|
| extern const char kLocalHeuristicsOnlyForPasswordGeneration[];
|
|
|