Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 297b2ad9089b2c81f1e59dcd65cef28a0159bfc5..dfcbf63fde3402c26d5e3e08498de6aafa995115 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -726,6 +726,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"; |