diff options
-rw-r--r-- | chrome/browser/sync/glue/sync_backend_host.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/sync/glue/sync_backend_host.cc b/chrome/browser/sync/glue/sync_backend_host.cc index a504a46..e58d84b 100644 --- a/chrome/browser/sync/glue/sync_backend_host.cc +++ b/chrome/browser/sync/glue/sync_backend_host.cc @@ -184,7 +184,7 @@ void SyncBackendHost::ConfigureDataTypes(const syncable::ModelTypeSet& types, // If no new data types were added to the passive group, no need to // wait for the syncer. - if (has_new) { + if (!has_new) { ready_task->Run(); delete ready_task; return; |