| Index: chrome/common/pref_names.cc
|
| diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc
|
| index 8f449e0b0ac7b41281375123adfc9f6b1ce13f15..1144e7241b0ec572b94a8bdd8a24bc86d4d02287 100644
|
| --- a/chrome/common/pref_names.cc
|
| +++ b/chrome/common/pref_names.cc
|
| @@ -2626,4 +2626,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
|
|
|