| Index: trunk/src/chrome/common/pref_names.cc
|
| ===================================================================
|
| --- trunk/src/chrome/common/pref_names.cc (revision 221971)
|
| +++ trunk/src/chrome/common/pref_names.cc (working copy)
|
| @@ -2597,4 +2597,9 @@
|
| 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
|
|
|