| Index: chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| diff --git a/chrome/browser/sync/glue/sync_backend_host_impl.cc b/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| index 9fced96a71c9b7b5f02304abd59eb0b4b8d1bdd5..dc0de63237f7dc4872aca1018e7b95145a3bc8db 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_impl.cc
|
| @@ -646,8 +646,7 @@
|
| const syncer::WeakHandle<syncer::JsBackend> js_backend,
|
| const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>
|
| debug_info_listener,
|
| - syncer::SyncContextProxy* sync_context_proxy,
|
| - const std::string& cache_guid) {
|
| + syncer::SyncContextProxy* sync_context_proxy) {
|
| DCHECK_EQ(base::MessageLoop::current(), frontend_loop_);
|
|
|
| if (sync_context_proxy)
|
| @@ -677,7 +676,6 @@
|
| AddExperimentalTypes();
|
| frontend_->OnBackendInitialized(js_backend,
|
| debug_info_listener,
|
| - cache_guid,
|
| true);
|
| }
|
|
|
| @@ -689,7 +687,6 @@
|
| frontend_->OnBackendInitialized(
|
| syncer::WeakHandle<syncer::JsBackend>(),
|
| syncer::WeakHandle<syncer::DataTypeDebugInfoListener>(),
|
| - "",
|
| false);
|
| }
|
|
|
|
|