| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 100edf84fef868084185a1cf60c6ce3fb611cbc4..f564a8728aa053913207bf02c5932ccf52bdda30 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -267,6 +267,9 @@ const char kPasswordManagerEnabled[] = "profile.password_manager_enabled";
|
| const char kPasswordManagerAllowShowPasswords[] =
|
| "profile.password_manager_allow_show_passwords";
|
|
|
| +// Boolean that is true when password generation is enabled.
|
| +const char kPasswordGenerationEnabled[] = "password_generation.enabled";
|
| +
|
| // Booleans identifying whether normal and reverse auto-logins are enabled.
|
| const char kAutologinEnabled[] = "autologin.enabled";
|
| const char kReverseAutologinEnabled[] = "reverse_autologin.enabled";
|
|
|