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..7ac9f0c898c76b0a4a4f456632bbd806e7131b3d 100644 |
--- a/components/sync/model/stub_model_type_service.cc |
+++ b/components/sync/model/stub_model_type_service.cc |
@@ -49,8 +49,6 @@ std::string StubModelTypeService::GetStorageKey(const EntityData& entity_data) { |
return std::string(); |
} |
-void StubModelTypeService::OnChangeProcessorSet() {} |
- |
bool StubModelTypeService::HasChangeProcessor() const { |
return change_processor() != nullptr; |
} |