| Index: chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/typed_url_data_type_controller.h b/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| index aacc647ff682dcd889d408a0897bbf8e49517f6d..014f1fe014dc35652c529658b6cd192b1f101324 100644
|
| --- a/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| @@ -36,6 +36,7 @@ class TypedUrlDataTypeController : public NonFrontendDataTypeController {
|
| virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
| virtual void LoadModels(const ModelLoadCallback& model_load_callback)
|
| OVERRIDE;
|
| + virtual bool ReadyForStart() const OVERRIDE;
|
|
|
| // Invoked on the history thread to set our history backend - must be called
|
| // before CreateSyncComponents() is invoked.
|
|
|