| Index: components/sync/driver/model_type_controller.cc
|
| diff --git a/components/sync/driver/model_type_controller.cc b/components/sync/driver/model_type_controller.cc
|
| index 09a65fb6b2fb62f0cab3c58891f2f3a711c713ef..b0d28cf087cf72346d312fa894b5625b02ed746e 100644
|
| --- a/components/sync/driver/model_type_controller.cc
|
| +++ b/components/sync/driver/model_type_controller.cc
|
| @@ -255,7 +255,6 @@ DataTypeController::State ModelTypeController::state() const {
|
|
|
| void ModelTypeController::ReportModelError(const ModelError& error) {
|
| DCHECK(CalledOnValidThread());
|
| - DCHECK(error.IsSet());
|
| LoadModelsDone(UNRECOVERABLE_ERROR,
|
| SyncError(error.location(), SyncError::DATATYPE_ERROR,
|
| error.message(), type()));
|
|
|