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