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

Unified Diff: components/sync_driver/directory_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/directory_data_type_controller.cc
diff --git a/components/sync_driver/directory_data_type_controller.cc b/components/sync_driver/directory_data_type_controller.cc
index 0a7af153015c9b8fc145758c683a330c473816f6..9fa22b1f71b35ae3f80df56c01e1b8a16cf95269 100644
--- a/components/sync_driver/directory_data_type_controller.cc
+++ b/components/sync_driver/directory_data_type_controller.cc
@@ -22,6 +22,9 @@ bool DirectoryDataTypeController::ShouldLoadModelBeforeConfigure() const {
return false;
}
+void DirectoryDataTypeController::RegisterWithBackend(
+ BackendDataTypeConfigurer* configurer) {}
+
void DirectoryDataTypeController::ActivateDataType(
BackendDataTypeConfigurer* configurer) {
// Tell the backend about the change processor for this type so it can
« no previous file with comments | « components/sync_driver/directory_data_type_controller.h ('k') | components/sync_driver/fake_data_type_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698