| Index: sync/engine/sync_scheduler.h
|
| diff --git a/sync/engine/sync_scheduler.h b/sync/engine/sync_scheduler.h
|
| index 37ca968c928341f46a96a7c43cca66ba48e253d3..5dd1fd0cf473c808f366a69e84ccc54fbbee37ce 100644
|
| --- a/sync/engine/sync_scheduler.h
|
| +++ b/sync/engine/sync_scheduler.h
|
| @@ -68,9 +68,8 @@
|
|
|
| // Start the scheduler with the given mode. If the scheduler is
|
| // already started, switch to the given mode, although some
|
| - // scheduled tasks from the old mode may still run. |last_poll_time| will
|
| - // be used to decide what the poll timer should be initialized with.
|
| - virtual void Start(Mode mode, base::Time last_poll_time) = 0;
|
| + // scheduled tasks from the old mode may still run.
|
| + virtual void Start(Mode mode) = 0;
|
|
|
| // Schedules the configuration task specified by |params|. Returns true if
|
| // the configuration task executed immediately, false if it had to be
|
|
|