Index: components/sync_driver/ui_data_type_controller.h |
diff --git a/components/sync_driver/ui_data_type_controller.h b/components/sync_driver/ui_data_type_controller.h |
index 547aac7bb5cee793c9ae4062c57a3c3e02e2eea1..c1b80a961b6316b4ebe7f6d74f344398eed5c28e 100644 |
--- a/components/sync_driver/ui_data_type_controller.h |
+++ b/components/sync_driver/ui_data_type_controller.h |
@@ -69,8 +69,8 @@ class UIDataTypeController : public DataTypeController { |
// associate models. The default implementation is a no-op. |
// Return value: |
// True - if models are ready and association can proceed. |
- // False - if models are not ready. Associate() should be called when the |
- // models are ready. |
+ // False - if models are not ready. OnModelLoaded() should be called when |
+ // the models are ready. |
virtual bool StartModels(); |
// Perform any DataType controller specific state cleanup before stopping |