diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 21:30:23 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-17 21:30:23 +0000 |
commit | 95484099a0e8b4be4074d6a39b4a4a0eba3f01d6 (patch) | |
tree | ab0f91e0da60f31ec73a6057df20fcbc0714a03a /chrome/browser/sync/profile_sync_factory.h | |
parent | f2c9df50f8acaa7818758f4fdb0b95ab41ee2706 (diff) | |
download | chromium_src-95484099a0e8b4be4074d6a39b4a4a0eba3f01d6.zip chromium_src-95484099a0e8b4be4074d6a39b4a4a0eba3f01d6.tar.gz chromium_src-95484099a0e8b4be4074d6a39b4a4a0eba3f01d6.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/sync/profile_sync_factory.h')
-rw-r--r-- | chrome/browser/sync/profile_sync_factory.h | 7 |
1 files changed, 0 insertions, 7 deletions
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__ |