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

Unified Diff: components/sync/engine/fake_model_type_connector.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
« no previous file with comments | « components/sync/engine/fake_model_type_connector.h ('k') | components/sync/engine/fake_sync_engine.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/fake_model_type_connector.cc
diff --git a/components/sync/engine/fake_model_type_connector.cc b/components/sync/engine/fake_model_type_connector.cc
index 5142c12bee283e70d6356f4f7e61412728185396..59b80266eb7eee26ae710d332143f242ae38c203 100644
--- a/components/sync/engine/fake_model_type_connector.cc
+++ b/components/sync/engine/fake_model_type_connector.cc
@@ -12,15 +12,10 @@
FakeModelTypeConnector::~FakeModelTypeConnector() {}
-void FakeModelTypeConnector::ConnectNonBlockingType(
+void FakeModelTypeConnector::ConnectType(
ModelType type,
std::unique_ptr<ActivationContext> activation_context) {}
-void FakeModelTypeConnector::DisconnectNonBlockingType(ModelType type) {}
-
-void FakeModelTypeConnector::RegisterDirectoryType(ModelType type,
- ModelSafeGroup group) {}
-
-void FakeModelTypeConnector::UnregisterDirectoryType(ModelType type) {}
+void FakeModelTypeConnector::DisconnectType(ModelType type) {}
} // namespace syncer
« no previous file with comments | « components/sync/engine/fake_model_type_connector.h ('k') | components/sync/engine/fake_sync_engine.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698