| Index: components/sync_driver/non_ui_data_type_controller.cc
|
| diff --git a/components/sync_driver/non_ui_data_type_controller.cc b/components/sync_driver/non_ui_data_type_controller.cc
|
| index df189b08bdb27de537f61c141c0d5297e5c177db..eb86a9ab863c635af3580d46ad2b70f365cafe4f 100644
|
| --- a/components/sync_driver/non_ui_data_type_controller.cc
|
| +++ b/components/sync_driver/non_ui_data_type_controller.cc
|
| @@ -122,6 +122,7 @@ void NonUIDataTypeController::Stop() {
|
| return; // The datatype was never activated, we're done.
|
| case ASSOCIATING:
|
| state_ = STOPPING;
|
| + StopModels();
|
| // We continue on to deactivate the datatype and stop the local service.
|
| break;
|
| case MODEL_LOADED:
|
|
|