| 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 50f16ccc95d87d21ce56020abe92e87605962d54..7e4ab73de9b0e47f70219e4de8de7b813e08fc01 100644
|
| --- a/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| +++ b/chrome/browser/sync/glue/sync_backend_host_core.cc
|
| @@ -366,7 +366,7 @@ void SyncBackendHostCore::OnProtocolEvent(
|
| void SyncBackendHostCore::DoOnInvalidatorStateChange(
|
| syncer::InvalidatorState state) {
|
| DCHECK_EQ(base::MessageLoop::current(), sync_loop_);
|
| - sync_manager_->OnInvalidatorStateChange(state);
|
| + sync_manager_->SetInvalidatorEnabled(state == syncer::INVALIDATIONS_ENABLED);
|
| }
|
|
|
| void SyncBackendHostCore::DoOnIncomingInvalidation(
|
|
|