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

Unified Diff: components/sync/model/fake_model_type_change_processor.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/fake_model_type_change_processor.h
diff --git a/components/sync/model/fake_model_type_change_processor.h b/components/sync/model/fake_model_type_change_processor.h
index 9efc28401a9ab12ce4c4d384b6f9642728475354..4061a89790b9ccacd35b486dd95692d1eb87faa3 100644
--- a/components/sync/model/fake_model_type_change_processor.h
+++ b/components/sync/model/fake_model_type_change_processor.h
@@ -37,6 +37,7 @@ class FakeModelTypeChangeProcessor : public ModelTypeChangeProcessor {
void OnSyncStarting(std::unique_ptr<DataTypeErrorHandler> error_handler,
const StartCallback& callback) override;
void DisableSync() override;
+ bool IsTrackingMetadata() override;
SyncError CreateAndUploadError(const tracked_objects::Location& location,
const std::string& message) override;
};
« no previous file with comments | « components/sync/driver/model_type_controller_unittest.cc ('k') | components/sync/model/fake_model_type_change_processor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698