| Index: chrome/browser/sync/profile_sync_service.h
|
| diff --git a/chrome/browser/sync/profile_sync_service.h b/chrome/browser/sync/profile_sync_service.h
|
| index 7a284cdd81ea5e4a5db6b429fdb3b7b6cbbb8750..44e62a9ad742b69b3c1771013f5932672aecff4a 100644
|
| --- a/chrome/browser/sync/profile_sync_service.h
|
| +++ b/chrome/browser/sync/profile_sync_service.h
|
| @@ -397,6 +397,7 @@ class ProfileSyncService : public browser_sync::SyncFrontend,
|
| syncable::AutofillMigrationDebugInfo::PropertyToSet property_to_set,
|
| const syncable::AutofillMigrationDebugInfo& info);
|
|
|
| + // TODO(zea): Remove these and have the dtc's call directly into the SBH.
|
| virtual void ActivateDataType(
|
| browser_sync::DataTypeController* data_type_controller,
|
| browser_sync::ChangeProcessor* change_processor);
|
|
|