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

Unified Diff: components/sync/driver/proxy_data_type_controller.cc

Issue 2641523004: [Sync] Make directory types registration explicit in ModelTypeRegistry (Closed)
Patch Set: Created 3 years, 11 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 16e291e0218b350246977383d35a16951d4f10e1..94b031a1093b81c8e4ab1c241421f56217f5f8b7 100644
--- a/components/sync/driver/proxy_data_type_controller.cc
+++ b/components/sync/driver/proxy_data_type_controller.cc
@@ -28,6 +28,9 @@ void ProxyDataTypeController::LoadModels(
model_load_callback.Run(type(), SyncError());
}
+void ProxyDataTypeController::BeforeLoadModels(
+ ModelTypeConfigurer* configurer) {}
+
void ProxyDataTypeController::RegisterWithBackend(
base::Callback<void(bool)> set_downloaded,
ModelTypeConfigurer* configurer) {}

Powered by Google App Engine
This is Rietveld 408576698