Index: chrome/browser/sync/glue/sync_backend_host_core.cc |
diff --git a/chrome/browser/sync/glue/sync_backend_host_core.cc b/chrome/browser/sync/glue/sync_backend_host_core.cc |
index cade5503b376b5a4cab4445d7d5eb609196fe894..ffce750e9a022c2d2ee00abb743260b802efae44 100644 |
--- a/chrome/browser/sync/glue/sync_backend_host_core.cc |
+++ b/chrome/browser/sync/glue/sync_backend_host_core.cc |
@@ -457,9 +457,10 @@ void SyncBackendHostCore::DoUpdateCredentials( |
} |
void SyncBackendHostCore::DoStartSyncing( |
- const syncer::ModelSafeRoutingInfo& routing_info) { |
+ const syncer::ModelSafeRoutingInfo& routing_info, |
+ base::Time last_poll_time) { |
DCHECK_EQ(base::MessageLoop::current(), sync_loop_); |
- sync_manager_->StartSyncingNormally(routing_info); |
+ sync_manager_->StartSyncingNormally(routing_info, last_poll_time); |
} |
void SyncBackendHostCore::DoSetEncryptionPassphrase( |