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

Unified Diff: components/sync/driver/model_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/model_type_controller.cc
diff --git a/components/sync/driver/model_type_controller.cc b/components/sync/driver/model_type_controller.cc
index b0d28cf087cf72346d312fa894b5625b02ed746e..87d307095cc6c3b6cba455e3acfa1cf1f459dd82 100644
--- a/components/sync/driver/model_type_controller.cc
+++ b/components/sync/driver/model_type_controller.cc
@@ -191,6 +191,8 @@ void ModelTypeController::RegisterWithBackend(
activated_ = true;
}
+void ModelTypeController::BeforeLoadModels(ModelTypeConfigurer* configurer) {}
+
void ModelTypeController::StartAssociating(
const StartCallback& start_callback) {
DCHECK(CalledOnValidThread());

Powered by Google App Engine
This is Rietveld 408576698