| Index: sync/internal_api/public/sync_manager.h
|
| diff --git a/sync/internal_api/public/sync_manager.h b/sync/internal_api/public/sync_manager.h
|
| index 41d9cae8932553cec622d7046eb3e598381fc058..c66a8e7f8b8e30326786de007c622a4877760487 100644
|
| --- a/sync/internal_api/public/sync_manager.h
|
| +++ b/sync/internal_api/public/sync_manager.h
|
| @@ -298,8 +298,7 @@
|
|
|
| // Put the syncer in normal mode ready to perform nudges and polls.
|
| virtual void StartSyncingNormally(
|
| - const ModelSafeRoutingInfo& routing_info,
|
| - base::Time last_poll_time) = 0;
|
| + const ModelSafeRoutingInfo& routing_info) = 0;
|
|
|
| // Switches the mode of operation to CONFIGURATION_MODE and performs
|
| // any configuration tasks needed as determined by the params. Once complete,
|
|
|