| Index: chrome/browser/sync/profile_sync_factory.h
|
| diff --git a/chrome/browser/sync/profile_sync_factory.h b/chrome/browser/sync/profile_sync_factory.h
|
| index 8befe3513cc5a76f465e49490391b892c72a2f89..7fbb75829477f9e4ac9dcd81fdcbbb0fc03eacb6 100644
|
| --- a/chrome/browser/sync/profile_sync_factory.h
|
| +++ b/chrome/browser/sync/profile_sync_factory.h
|
| @@ -111,13 +111,6 @@ class ProfileSyncFactory {
|
| browser_sync::UnrecoverableErrorHandler* error_handler) = 0;
|
|
|
| // Instantiates both a model associator and change processor for the
|
| - // preference data type. The pointers in the return struct are
|
| - // owned by the caller.
|
| - virtual SyncComponents CreatePreferenceSyncComponents(
|
| - ProfileSyncService* profile_sync_service,
|
| - browser_sync::UnrecoverableErrorHandler* error_handler) = 0;
|
| -
|
| - // Instantiates both a model associator and change processor for the
|
| // theme data type. The pointers in the return struct are
|
| // owned by the caller.
|
| virtual SyncComponents CreateThemeSyncComponents(
|
|
|