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

Unified Diff: components/sync_driver/data_type_manager_impl.h

Issue 1848793006: [Sync] Register USS types with ModelTypeRegistry before download (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 months 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
Index: components/sync_driver/data_type_manager_impl.h
diff --git a/components/sync_driver/data_type_manager_impl.h b/components/sync_driver/data_type_manager_impl.h
index da12cd514bb497811f1fb0fddb4ca274e8201ad3..781d4f391a23cb0400276335a053fe42944737da 100644
--- a/components/sync_driver/data_type_manager_impl.h
+++ b/components/sync_driver/data_type_manager_impl.h
@@ -125,6 +125,9 @@ class DataTypeManagerImpl : public DataTypeManager,
void ConfigureImpl(syncer::ModelTypeSet desired_types,
syncer::ConfigureReason reason);
+ // Calls data type controllers of requested types to register with backend.
+ void RegisterTypesWithBackend();
+
BackendDataTypeConfigurer::DataTypeConfigStateMap
BuildDataTypeConfigStateMap(
const syncer::ModelTypeSet& types_being_configured) const;

Powered by Google App Engine
This is Rietveld 408576698