Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index 368d6a8e27fec480707c156668269af6de077e14..e953de23b46ee79dd0b2c389e0fcb0511e7c7f4f 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -2622,6 +2622,10 @@ const char kWatchdogExtensionActiveOld[] = |
// of Chrome. |
const char kProfilePreferenceHashes[] = "profile.preference_hashes"; |
+// A timestamp (stored in base::Time::ToInternalValue format) of the last time |
+// a preference was reset. |
+const char kProfilePreferenceResetTime[] = "profile.preference_reset_time"; |
+ |
// Stores a pair of local time and corresponding network time to bootstrap |
// network time tracker when browser starts. |
const char kNetworkTimeMapping[] = "profile.network_time_mapping"; |