| Index: chrome/browser/sync/glue/ui_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/ui_data_type_controller.h b/chrome/browser/sync/glue/ui_data_type_controller.h
|
| index 6a8d7ce45e2b0a9e3f7b386c6144f7277310e39e..7baa469d6b96972e2c21e32f171ec92e736f198d 100644
|
| --- a/chrome/browser/sync/glue/ui_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/ui_data_type_controller.h
|
| @@ -71,8 +71,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
|
|
|