| Index: chrome/browser/sync/glue/sync_backend_host_core.h
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_core.h b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| index 6bcb767502689144315288ddb73157bfe089c85c..88a7e6f0c3aae89e490c6b98082e32d3d09c30ae 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.h
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.h
|
| @@ -150,8 +150,7 @@
|
|
|
| // Called to tell the syncapi to start syncing (generally after
|
| // initialization and authentication).
|
| - void DoStartSyncing(const syncer::ModelSafeRoutingInfo& routing_info,
|
| - base::Time last_poll_time);
|
| + void DoStartSyncing(const syncer::ModelSafeRoutingInfo& routing_info);
|
|
|
| // Called to set the passphrase for encryption.
|
| void DoSetEncryptionPassphrase(const std::string& passphrase,
|
|
|