| Index: components/sync/driver/model_association_manager.cc
|
| diff --git a/components/sync/driver/model_association_manager.cc b/components/sync/driver/model_association_manager.cc
|
| index e8dae8a61c4882122c046eb1770a47a0d35e67ed..382c4f1d33bd98d6ec39ccbfa1075a8da02d173d 100644
|
| --- a/components/sync/driver/model_association_manager.cc
|
| +++ b/components/sync/driver/model_association_manager.cc
|
| @@ -169,7 +169,6 @@
|
| if (dtc->state() == DataTypeController::NOT_RUNNING) {
|
| DCHECK(!loaded_types_.Has(dtc->type()));
|
| DCHECK(!associated_types_.Has(dtc->type()));
|
| - delegate_->OnSingleDataTypeWillStart(dtc->type());
|
| dtc->LoadModels(base::Bind(&ModelAssociationManager::ModelLoadCallback,
|
| weak_ptr_factory_.GetWeakPtr()));
|
| }
|
|
|