| Index: chrome/browser/sync/glue/data_type_manager_impl.h
|
| diff --git a/chrome/browser/sync/glue/data_type_manager_impl.h b/chrome/browser/sync/glue/data_type_manager_impl.h
|
| index b01831a4f583c826cf9e6bbc818ccf25b6148258..c59c1e183b96ea80b559c7041193bc439ad28898 100644
|
| --- a/chrome/browser/sync/glue/data_type_manager_impl.h
|
| +++ b/chrome/browser/sync/glue/data_type_manager_impl.h
|
| @@ -45,6 +45,12 @@ class DataTypeManagerImpl : public DataTypeManager,
|
| // |ModelAssociationResultProcessor| implementation.
|
| virtual void OnModelAssociationDone(
|
| const DataTypeManager::ConfigureResult& result) OVERRIDE;
|
| + virtual void OnTypesLoaded() OVERRIDE;
|
| +
|
| + // Used by unit tests.
|
| + ModelAssociationManager* model_association_manager() {
|
| + return &model_association_manager_;
|
| + }
|
|
|
| private:
|
| // Stops all data types.
|
|
|