| Index: sync/engine/sync_scheduler_impl.h
|
| diff --git a/sync/engine/sync_scheduler_impl.h b/sync/engine/sync_scheduler_impl.h
|
| index 7cbf324ff6ab8cc217678dd8556b7c1f5282f4cc..75cad3e70e93f11b1ddb555e9c2e33618f9c69d4 100644
|
| --- a/sync/engine/sync_scheduler_impl.h
|
| +++ b/sync/engine/sync_scheduler_impl.h
|
| @@ -161,9 +161,6 @@ class SYNC_EXPORT_PRIVATE SyncSchedulerImpl
|
| // Invoke the Syncer to perform a poll job.
|
| void DoPollSyncSessionJob();
|
|
|
| - // Invoke the Syncer to perform a retry job.
|
| - void DoRetrySyncSessionJob();
|
| -
|
| // Helper function to calculate poll interval.
|
| base::TimeDelta GetPollInterval();
|
|
|
|
|