| 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 98f6923f078b81c2a1ef624b5ec05a2bf655b891..92c08cf3949d22cd5f744c80a0772d8812f64a2b 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);
|
|
|