From 95484099a0e8b4be4074d6a39b4a4a0eba3f01d6 Mon Sep 17 00:00:00 2001 From: "tim@chromium.org" Date: Tue, 17 Aug 2010 21:30:23 +0000 Subject: Revert 56423 - Added classes to enable session sync functionality. TEST=ProfileSyncServiceSessionTest BUG=30519 Original patch by jerrica@chromium.org Original review: http://codereview.chromium.org/3168009 Review URL: http://codereview.chromium.org/3184004 TBR=tim@chromium.org Review URL: http://codereview.chromium.org/3127017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56426 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/sync/profile_sync_factory.h | 7 ------- 1 file changed, 7 deletions(-) (limited to '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 1ca0473..dfeea8a 100644 --- a/chrome/browser/sync/profile_sync_factory.h +++ b/chrome/browser/sync/profile_sync_factory.h @@ -116,13 +116,6 @@ class ProfileSyncFactory { ProfileSyncService* profile_sync_service, history::HistoryBackend* history_backend, browser_sync::UnrecoverableErrorHandler* error_handler) = 0; - - // Instantiates both a model associator and change processor for the - // session data type. The pointers in the return struct are - // owned by the caller. - virtual SyncComponents CreateSessionSyncComponents( - ProfileSyncService* profile_sync_service, - browser_sync::UnrecoverableErrorHandler* error_handler) = 0; }; #endif // CHROME_BROWSER_SYNC_PROFILE_SYNC_FACTORY_H__ -- cgit v1.1