diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-14 19:59:15 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-14 19:59:15 +0000 |
commit | c05d2cb72ed6f2dcbe6d359665841a0d1b481390 (patch) | |
tree | f2f71c08c0f66b7ae8e118eef83e7556a4c2d429 /chrome/browser/sync/profile_sync_factory.h | |
parent | 4f3d77cd54c36802154cb8c483bed0abdcf75b8d (diff) | |
download | chromium_src-c05d2cb72ed6f2dcbe6d359665841a0d1b481390.zip chromium_src-c05d2cb72ed6f2dcbe6d359665841a0d1b481390.tar.gz chromium_src-c05d2cb72ed6f2dcbe6d359665841a0d1b481390.tar.bz2 |
Implemented initial version of extension syncing.
BUG=32413
TEST=unit tests, trybots, manual
Review URL: http://codereview.chromium.org/2752007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49712 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, 7 insertions, 0 deletions
diff --git a/chrome/browser/sync/profile_sync_factory.h b/chrome/browser/sync/profile_sync_factory.h index d2cb6e5..f8b16e7 100644 --- a/chrome/browser/sync/profile_sync_factory.h +++ b/chrome/browser/sync/profile_sync_factory.h @@ -73,6 +73,13 @@ class ProfileSyncFactory { browser_sync::UnrecoverableErrorHandler* error_handler) = 0; // Instantiates both a model associator and change processor for the + // extension data type. The pointers in the return struct are + // owned by the caller. + virtual SyncComponents CreateExtensionSyncComponents( + ProfileSyncService* profile_sync_service, + browser_sync::UnrecoverableErrorHandler* error_handler) = 0; + + // Instantiates both a model associator and change processor for the // password data type. The pointers in the return struct are // owned by the caller. virtual SyncComponents CreatePasswordSyncComponents( |