| Index: chrome/browser/sync/profile_sync_factory.h
|
| ===================================================================
|
| --- chrome/browser/sync/profile_sync_factory.h (revision 56023)
|
| +++ chrome/browser/sync/profile_sync_factory.h (working copy)
|
| @@ -109,6 +109,13 @@
|
| 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__
|
|
|