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

Unified Diff: components/sync/model/stub_model_type_service.cc

Issue 2406163006: [Sync] Services can now always assume processor exists. (Closed)
Patch Set: Updates for Max. Created 4 years, 2 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/model/stub_model_type_service.cc
diff --git a/components/sync/model/stub_model_type_service.cc b/components/sync/model/stub_model_type_service.cc
index 266a0daf47ea589679ec72f536aee0116ebbe3b9..591232f75e509703a7abc13f76c3d38b9f0711ba 100644
--- a/components/sync/model/stub_model_type_service.cc
+++ b/components/sync/model/stub_model_type_service.cc
@@ -49,10 +49,4 @@ std::string StubModelTypeService::GetStorageKey(const EntityData& entity_data) {
return std::string();
}
-void StubModelTypeService::OnChangeProcessorSet() {}
-
-bool StubModelTypeService::HasChangeProcessor() const {
- return change_processor() != nullptr;
-}
-
} // namespace syncer
« no previous file with comments | « components/sync/model/stub_model_type_service.h ('k') | components/sync/model_impl/shared_model_type_processor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698