| Index: components/sync/driver/non_blocking_data_type_controller.cc
|
| diff --git a/components/sync/driver/non_blocking_data_type_controller.cc b/components/sync/driver/non_blocking_data_type_controller.cc
|
| index c414de2e7f9126c8522b840731a92545aab71fe4..a01905d7af7ca012dead37a7230d33d9192bc539 100644
|
| --- a/components/sync/driver/non_blocking_data_type_controller.cc
|
| +++ b/components/sync/driver/non_blocking_data_type_controller.cc
|
| @@ -217,10 +217,7 @@ NonBlockingDataTypeController::CreateErrorHandler() {
|
| void NonBlockingDataTypeController::ReportLoadModelError(
|
| const syncer::SyncError& error) {
|
| DCHECK(CalledOnValidThread());
|
| - // Report the error only if the model is starting.
|
| - if (state_ == MODEL_STARTING) {
|
| - LoadModelsDone(UNRECOVERABLE_ERROR, error);
|
| - }
|
| + LoadModelsDone(UNRECOVERABLE_ERROR, error);
|
| }
|
|
|
| void NonBlockingDataTypeController::RecordStartFailure(
|
|
|