| Index: components/sync/model/model_type_sync_bridge.cc
|
| diff --git a/components/sync/model/model_type_sync_bridge.cc b/components/sync/model/model_type_sync_bridge.cc
|
| index b3b793e693d03fe85a8231766daadc67e5b9ba92..ca6d733b7537c5159fac2dfd4e390e67488caed5 100644
|
| --- a/components/sync/model/model_type_sync_bridge.cc
|
| +++ b/components/sync/model/model_type_sync_bridge.cc
|
| @@ -44,8 +44,7 @@ void ModelTypeSyncBridge::DisableSync() {
|
| // processor that there is no metadata. DisableSync() should never be called
|
| // while the models are loading, aka before the service has finished loading
|
| // the initial metadata.
|
| - change_processor_->OnMetadataLoaded(SyncError(),
|
| - base::MakeUnique<MetadataBatch>());
|
| + change_processor_->OnMetadataLoaded(base::MakeUnique<MetadataBatch>());
|
| }
|
|
|
| ModelTypeChangeProcessor* ModelTypeSyncBridge::change_processor() const {
|
|
|