| Index: chrome/browser/sync/profile_sync_components_factory_impl.h
|
| diff --git a/chrome/browser/sync/profile_sync_components_factory_impl.h b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| index 76c75167b5f78443e1248478f8459c820ea95f4e..f3e99ca9e20aedf2289b4e8949c9d3172d0b5a1b 100644
|
| --- a/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| +++ b/chrome/browser/sync/profile_sync_components_factory_impl.h
|
| @@ -96,10 +96,7 @@ class ProfileSyncComponentsFactoryImpl
|
| // being explicitly enabled/disabled by the command line.
|
| void RegisterCommonDataTypes(syncer::ModelTypeSet disabled_types,
|
| syncer::ModelTypeSet enabled_types);
|
| - // Used to bind a callback to give to DataTypeControllers to disable
|
| - // data types.
|
| - sync_driver::DataTypeController::DisableTypeCallback
|
| - MakeDisableCallbackFor(syncer::ModelType type);
|
| +
|
| void DisableBrokenType(syncer::ModelType type,
|
| const tracked_objects::Location& from_here,
|
| const std::string& message);
|
|
|