| Index: chrome/browser/sync/glue/frontend_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/frontend_data_type_controller.h b/chrome/browser/sync/glue/frontend_data_type_controller.h
|
| index b5ffd6e1d453b0efd8c2da184eb9fad2cc9575e7..032385986175bd102878f9e13d05b63a9c33e820 100644
|
| --- a/chrome/browser/sync/glue/frontend_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/frontend_data_type_controller.h
|
| @@ -129,11 +129,7 @@ class FrontendDataTypeController : public sync_driver::DataTypeController {
|
|
|
| private:
|
| // Build sync components and associate models.
|
| - // Return value:
|
| - // True - if association was successful. FinishStart should have been
|
| - // invoked.
|
| - // False - if association failed. StartFailed should have been invoked.
|
| - virtual bool Associate();
|
| + virtual void Associate();
|
|
|
| void AbortModelLoad();
|
|
|
|
|