Index: chrome/common/pref_names.cc |
diff --git a/chrome/common/pref_names.cc b/chrome/common/pref_names.cc |
index f07c87563b1691a5e424f6df0137fae2035e93b8..639490c8b4628620e01d96368388c972f93d45c7 100644 |
--- a/chrome/common/pref_names.cc |
+++ b/chrome/common/pref_names.cc |
@@ -1166,10 +1166,6 @@ const char kFullscreenAllowed[] = "fullscreen.allowed"; |
const char kLocalDiscoveryNotificationsEnabled[] = |
"local_discovery.notifications_enabled"; |
-// A timestamp (stored in base::Time::ToInternalValue format) of the last time |
-// a preference was reset. |
-const char kPreferenceResetTime[] = "prefs.preference_reset_time"; |
- |
// How many Service Workers are registered with the Push API (could be zero). |
const char kPushMessagingRegistrationCount[] = |
"gcm.push_messaging_registration_count"; |