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

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

Issue 2644373003: Revert of [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 0c1beb6cd242aede8ea07f2be6009d0f345c8895..16e291e0218b350246977383d35a16951d4f10e1 100644
--- a/components/sync/driver/proxy_data_type_controller.cc
+++ b/components/sync/driver/proxy_data_type_controller.cc
@@ -20,9 +20,6 @@
bool ProxyDataTypeController::ShouldLoadModelBeforeConfigure() const {
return false;
}
-
-void ProxyDataTypeController::BeforeLoadModels(
- ModelTypeConfigurer* configurer) {}
void ProxyDataTypeController::LoadModels(
const ModelLoadCallback& model_load_callback) {
« no previous file with comments | « components/sync/driver/proxy_data_type_controller.h ('k') | components/sync/engine/fake_model_type_connector.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698