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

Unified Diff: components/sync/engine/fake_sync_engine.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_sync_engine.h ('k') | components/sync/engine/fake_sync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/engine/fake_sync_engine.cc
diff --git a/components/sync/engine/fake_sync_engine.cc b/components/sync/engine/fake_sync_engine.cc
index 8b35a10e50204c6c5c916652a68e742b8a24df1e..e40e6739ad0ec040512e75df3e0d6fcb829f72cd 100644
--- a/components/sync/engine/fake_sync_engine.cc
+++ b/components/sync/engine/fake_sync_engine.cc
@@ -24,8 +24,6 @@
void FakeSyncEngine::UpdateCredentials(const SyncCredentials& credentials) {}
-void FakeSyncEngine::StartConfiguration() {}
-
void FakeSyncEngine::StartSyncingWithServer() {}
void FakeSyncEngine::SetEncryptionPassphrase(const std::string& passphrase,
@@ -40,11 +38,6 @@
void FakeSyncEngine::Shutdown(ShutdownReason reason) {}
void FakeSyncEngine::ConfigureDataTypes(ConfigureParams params) {}
-
-void FakeSyncEngine::RegisterDirectoryDataType(ModelType type,
- ModelSafeGroup group) {}
-
-void FakeSyncEngine::UnregisterDirectoryDataType(ModelType type) {}
void FakeSyncEngine::EnableEncryptEverything() {}
« no previous file with comments | « components/sync/engine/fake_sync_engine.h ('k') | components/sync/engine/fake_sync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698