| Index: components/sync/driver/non_ui_data_type_controller.h
|
| diff --git a/components/sync/driver/non_ui_data_type_controller.h b/components/sync/driver/non_ui_data_type_controller.h
|
| index 0dda52630c9c44065690fea5794360f77b6e4be0..eb690d6fe6e1cc4506604533eb4824e6000bdb5d 100644
|
| --- a/components/sync/driver/non_ui_data_type_controller.h
|
| +++ b/components/sync/driver/non_ui_data_type_controller.h
|
| @@ -99,12 +99,8 @@ class NonUIDataTypeController : public DirectoryDataTypeController {
|
| // |shared_change_processor_| must be non-NULL).
|
| void DisconnectSharedChangeProcessor();
|
|
|
| - // Posts StopLocalService() to the processor on the model type thread and then
|
| - // clears our reference to the processor.
|
| - void StopServiceAndClearProcessor();
|
| -
|
| - // Abort model loading and trigger the model load callback.
|
| - void AbortModelLoad();
|
| + // Posts StopLocalService() to the processor on the model type thread.
|
| + void StopSyncableService();
|
|
|
| // Disable this type with the sync service. Should only be invoked in case of
|
| // an unrecoverable error.
|
|
|