| Index: components/sync_driver/data_type_controller.h
|
| diff --git a/components/sync_driver/data_type_controller.h b/components/sync_driver/data_type_controller.h
|
| index 0c1a61d22a6619621cf5a59cfb4f55c2106a594c..8f369f5508333d243ca28d0f5e067ec9409d0b2a 100644
|
| --- a/components/sync_driver/data_type_controller.h
|
| +++ b/components/sync_driver/data_type_controller.h
|
| @@ -98,6 +98,10 @@ class DataTypeController
|
| // the models are ready.
|
| virtual void LoadModels(const ModelLoadCallback& model_load_callback) = 0;
|
|
|
| + // Registers with sync backend if needed. This function is called by
|
| + // DataTypeManager before downloading initial data.
|
| + virtual void RegisterWithBackend(BackendDataTypeConfigurer* configurer) = 0;
|
| +
|
| // Will start a potentially asynchronous operation to perform the
|
| // model association. Once the model association is done the callback will
|
| // be invoked.
|
|
|