Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 80a07af7e507bf040997b303cc40b6c412810e75..32c8b4f70753b7b25453249b824a65ba1f2e0400 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -720,6 +720,11 @@ const char kProfileDirectoryMap[] = "profile.directory_map"; |
// directories. |
const char kProfilesNumCreated[] = "profile.profiles_created"; |
+// A map of profile data directory to cached information. This cache can be |
+// used to display information about profiles without actually having to load |
+// them. |
+const char kProfileInfoCache[] = "profile.info_cache"; |
+ |
// Prefs for SSLConfigServicePref. |
const char kCertRevocationCheckingEnabled[] = "ssl.rev_checking.enabled"; |
const char kSSL3Enabled[] = "ssl.ssl3.enabled"; |