| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index daaea5c4f5fb10f2e6c08f833e689aded9ab4753..c0de31de32c17e84793b5f8d81476ec56a5b5a35 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -271,6 +271,9 @@ const char kSafeBrowsingEnabled[] = "safebrowsing.enabled";
|
| const char kSafeBrowsingReportingEnabled[] =
|
| "safebrowsing.reporting_enabled";
|
|
|
| +// Boolean that is true when auto password generation is enabled.
|
| +const char kPasswordGenerationEnabled[] = "password_generation.enabled";
|
| +
|
| // Enum that specifies whether Incognito mode is:
|
| // 0 - Enabled. Default behaviour. Default mode is available on demand.
|
| // 1 - Disabled. Used cannot browse pages in Incognito mode.
|
|
|