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

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

Issue 2406163006: [Sync] Services can now always assume processor exists. (Closed)
Patch Set: IWYU 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..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;
}

Powered by Google App Engine
This is Rietveld 408576698