| Index: chrome/browser/sync/engine/sync_scheduler.h
|
| diff --git a/chrome/browser/sync/engine/sync_scheduler.h b/chrome/browser/sync/engine/sync_scheduler.h
|
| index f5617fc1e79dae58c3bf0b0e538c6eb36ed646dc..24b996808d4a9dba635012e8aafe6d06115c8f88 100644
|
| --- a/chrome/browser/sync/engine/sync_scheduler.h
|
| +++ b/chrome/browser/sync/engine/sync_scheduler.h
|
| @@ -255,11 +255,7 @@ class SyncScheduler : public sessions::SyncSession::Delegate,
|
| int64 delay_ms);
|
|
|
| // Helper to assemble a job and post a delayed task to sync.
|
| - void ScheduleSyncSessionJob(
|
| - const base::TimeDelta& delay,
|
| - SyncSessionJob::SyncSessionJobPurpose purpose,
|
| - sessions::SyncSession* session,
|
| - const tracked_objects::Location& from_here);
|
| + void ScheduleSyncSessionJob(const SyncSessionJob& job);
|
|
|
| // Invoke the Syncer to perform a sync.
|
| void DoSyncSessionJob(const SyncSessionJob& job);
|
|
|