Index: chrome/common/pref_names.h |
diff --git a/chrome/common/pref_names.h b/chrome/common/pref_names.h |
index 13f65c3963d7afc6394401d14b334a26f558ec74..12ee71cfe98f98a082e3106b593e23d9836b2d7d 100644 |
--- a/chrome/common/pref_names.h |
+++ b/chrome/common/pref_names.h |
@@ -937,6 +937,11 @@ extern const char kNetworkTimeMapping[]; |
extern const char kPartnerBookmarkMappings[]; |
#endif |
+#if defined(OS_WIN) |
+extern const char kOsPasswordBlank[]; |
+extern const char kOsPasswordLastChanged[]; |
+#endif |
+ |
} // namespace prefs |
#endif // CHROME_COMMON_PREF_NAMES_H_ |