Chromium Code Reviews| 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 |
|
Nicolas Zea
2016/04/04 20:25:42
nit: explain why you would call this?
pavely
2016/04/05 18:21:52
Done.
|
| + // 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. |