| 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 1b6a5fff600080046a987f8f08839006e74b945d..687e71167833984c7aa2594350ad8686340602fc 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| @@ -498,7 +498,8 @@ void SyncBackendHostCore::DoFinishInitialProcessControlTypes() {
|
| &SyncBackendHostImpl::HandleInitializationSuccessOnFrontendLoop,
|
| js_backend_,
|
| debug_info_listener_,
|
| - sync_manager_->GetSyncContextProxy());
|
| + sync_manager_->GetSyncContextProxy(),
|
| + sync_manager_->cache_guid());
|
|
|
| js_backend_.Reset();
|
| debug_info_listener_.Reset();
|
|
|