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

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

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.h
diff --git a/components/sync/model/stub_model_type_service.h b/components/sync/model/stub_model_type_service.h
index f3461ba70a4fa3858b7c9175c6ac70a4906c8706..1eec8eae697fbbfc6168b2992c4142997cd0ac7c 100644
--- a/components/sync/model/stub_model_type_service.h
+++ b/components/sync/model/stub_model_type_service.h
@@ -32,7 +32,6 @@ class StubModelTypeService : public ModelTypeService {
void GetAllData(DataCallback callback) override;
std::string GetClientTag(const EntityData& entity_data) override;
std::string GetStorageKey(const EntityData& entity_data) override;
- void OnChangeProcessorSet() override;
bool HasChangeProcessor() const;
};

Powered by Google App Engine
This is Rietveld 408576698