Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(889)

Unified Diff: components/browser_sync/profile_sync_components_factory_impl.h

Issue 2555433003: [Sync] Plumb initial type set from engine to DTM. (Closed)
Patch Set: Rebase. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_components_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/browser_sync/profile_sync_components_factory_impl.h
diff --git a/components/browser_sync/profile_sync_components_factory_impl.h b/components/browser_sync/profile_sync_components_factory_impl.h
index ab962953bbafb7ae9d45e3e6fc08636a0019d15f..5b70ca2b8968a5ce5d2e87649c6eb56399004322 100644
--- a/components/browser_sync/profile_sync_components_factory_impl.h
+++ b/components/browser_sync/profile_sync_components_factory_impl.h
@@ -65,11 +65,12 @@ class ProfileSyncComponentsFactoryImpl
syncer::SyncService* sync_service,
const RegisterDataTypesMethod& register_platform_types_method) override;
syncer::DataTypeManager* CreateDataTypeManager(
+ syncer::ModelTypeSet initial_types,
const syncer::WeakHandle<syncer::DataTypeDebugInfoListener>&
debug_info_listener,
const syncer::DataTypeController::TypeMap* controllers,
const syncer::DataTypeEncryptionHandler* encryption_handler,
- syncer::SyncEngine* engine,
+ syncer::ModelTypeConfigurer* configurer,
syncer::DataTypeManagerObserver* observer) override;
syncer::SyncEngine* CreateSyncEngine(
const std::string& name,
« no previous file with comments | « no previous file | components/browser_sync/profile_sync_components_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698