| Index: trunk/src/components/autofill/core/common/autofill_switches.h
|
| ===================================================================
|
| --- trunk/src/components/autofill/core/common/autofill_switches.h (revision 248129)
|
| +++ trunk/src/components/autofill/core/common/autofill_switches.h (working copy)
|
| @@ -11,9 +11,9 @@
|
| // All switches in alphabetical order. The switches should be documented
|
| // alongside the definition of their values in the .cc file.
|
| extern const char kAutofillServiceUrl[];
|
| -extern const char kDisableIgnoreAutocompleteOff[];
|
| extern const char kDisableInteractiveAutocomplete[];
|
| extern const char kDisablePasswordGeneration[];
|
| +extern const char kEnableIgnoreAutocompleteOff[];
|
| extern const char kEnableInteractiveAutocomplete[];
|
| extern const char kEnablePasswordGeneration[];
|
| extern const char kNoAutofillNecessaryForPasswordGeneration[];
|
|
|