Chromium Code Reviews| 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) { |
|
skym
2016/09/27 20:24:45
Hmm, I have no idea why this if check was initiall
maxbogue
2016/09/28 20:17:09
Who knowssss!
|
| - LoadModelsDone(UNRECOVERABLE_ERROR, error); |
| - } |
| + LoadModelsDone(UNRECOVERABLE_ERROR, error); |
| } |
| void NonBlockingDataTypeController::RecordStartFailure( |