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

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

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.h
diff --git a/components/sync/model/stub_model_type_service.h b/components/sync/model/stub_model_type_service.h
index f3461ba70a4fa3858b7c9175c6ac70a4906c8706..2b04fd0855ab905031338af28114fa650dee3b0d 100644
--- a/components/sync/model/stub_model_type_service.h
+++ b/components/sync/model/stub_model_type_service.h
@@ -32,9 +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;
};
} // namespace syncer
« no previous file with comments | « components/sync/model/model_type_service_unittest.cc ('k') | components/sync/model/stub_model_type_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698