| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 9639b6aa79626f435f196f8c241e61277a87c4ab..2071f76f9aa45d282aaecd2931e977a812025905 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2617,4 +2617,13 @@ const char kNetworkTimeMapping[] = "profile.network_time_mapping";
|
| const char kPartnerBookmarkMappings[] = "partnerbookmarks.mappings";
|
| #endif
|
|
|
| +#if defined(OS_WIN)
|
| +// Whether the password was blank, only valid if OS password was last changed
|
| +// on or before the value contained in kOsPasswordLastChanged.
|
| +const char kOsPasswordBlank[] = "password_manager.os_password_blank";
|
| +
|
| +// The number of seconds since epoch that the OS password was last changed.
|
| +const char kOsPasswordLastChanged[] =
|
| + "password_manager.os_password_last_changed";
|
| +#endif
|
| } // namespace prefs
|
|
|