Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index ead6ad83aad101ec66d22495745fe05895728e50..fa95ff6a987daddd3ab2090e97d511fea22e5f77 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2555,4 +2555,9 @@ const char kEnableDRM[] = "settings.privacy.drm_enabled"; |
const char kWatchdogExtensionActive[] = |
"profile.extensions.activity_log.watchdog_extension_active"; |
+// A dictionary pref which maps profile names to dictionary values which hold |
+// hashes of profile prefs that we track to detect changes that happen outside |
+// of Chrome. |
+const char kProfilePreferenceHashes[] = "profile.preference_hashes"; |
+ |
} // namespace prefs |