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

Unified Diff: components/sync_driver/proxy_data_type_controller.cc

Issue 1848793006: [Sync] Register USS types with ModelTypeRegistry before download (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build. Created 4 years, 8 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/proxy_data_type_controller.cc
diff --git a/components/sync_driver/proxy_data_type_controller.cc b/components/sync_driver/proxy_data_type_controller.cc
index c04142dca3bee08f49a51decd9bd8cfc3d1f4b49..6a534e7d8686944e5d39037cff13263b12382704 100644
--- a/components/sync_driver/proxy_data_type_controller.cc
+++ b/components/sync_driver/proxy_data_type_controller.cc
@@ -30,6 +30,9 @@ void ProxyDataTypeController::LoadModels(
model_load_callback.Run(type(), syncer::SyncError());
}
+void ProxyDataTypeController::RegisterWithBackend(
+ BackendDataTypeConfigurer* configurer) {}
+
void ProxyDataTypeController::StartAssociating(
const StartCallback& start_callback) {
syncer::SyncMergeResult local_merge_result(type_);
« no previous file with comments | « components/sync_driver/proxy_data_type_controller.h ('k') | components/sync_driver/ui_model_type_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698