summaryrefslogtreecommitdiffstats
path: root/components/sync_driver/pref_names.cc
diff options
context:
space:
mode:
Diffstat (limited to 'components/sync_driver/pref_names.cc')
-rw-r--r--components/sync_driver/pref_names.cc3
1 files changed, 0 insertions, 3 deletions
diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
index 1a5727a..b167a0b 100644
--- a/components/sync_driver/pref_names.cc
+++ b/components/sync_driver/pref_names.cc
@@ -11,9 +11,6 @@ namespace prefs {
// 64-bit integer serialization of the base::Time when the last sync occurred.
const char kSyncLastSyncedTime[] = "sync.last_synced_time";
-// 64-bit integer serialization of the base::Time of the last sync poll.
-const char kSyncLastPollTime[] = "sync.last_poll_time";
-
// Boolean specifying whether the user finished setting up sync.
const char kSyncHasSetupCompleted[] = "sync.has_setup_completed";