| Index: components/sync_driver/pref_names.cc
|
| diff --git a/components/sync_driver/pref_names.cc b/components/sync_driver/pref_names.cc
|
| index 45ec0e58ebb298866fc6c0411d3e130a89a8acf5..9ba8dda684e027b6fd041077b740812b8dfdd22f 100644
|
| --- a/components/sync_driver/pref_names.cc
|
| +++ b/components/sync_driver/pref_names.cc
|
| @@ -10,9 +10,6 @@
|
|
|
| // 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";
|
|
|