| 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 014f1fe014dc35652c529658b6cd192b1f101324..ac7dc9dfb9cdffeee4e659a3a33fd59583555cbd 100644
|
| --- a/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/typed_url_data_type_controller.h
|
| @@ -34,8 +34,6 @@ class TypedUrlDataTypeController : public NonFrontendDataTypeController {
|
| // NonFrontendDataTypeController implementation
|
| virtual syncer::ModelType type() const OVERRIDE;
|
| 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
|
|
|