| Index: components/sync_driver/device_info_data_type_controller.h
|
| diff --git a/components/sync_driver/device_info_data_type_controller.h b/components/sync_driver/device_info_data_type_controller.h
|
| index fa6b8f110b3b293026ea62f130fb8b235d018cc4..d20d0374929f2cf507c0c664eb3c671baf3a831b 100644
|
| --- a/components/sync_driver/device_info_data_type_controller.h
|
| +++ b/components/sync_driver/device_info_data_type_controller.h
|
| @@ -25,6 +25,7 @@ class DeviceInfoDataTypeController : public UIDataTypeController {
|
|
|
| // UIDataTypeController implementations.
|
| bool StartModels() override;
|
| + void StopModels() override;
|
|
|
| // Called by LocalDeviceInfoProvider when the local device into becomes
|
| // available.
|
|
|