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

Unified Diff: components/sync/core/shared_model_type_processor.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/core/shared_model_type_processor.h
diff --git a/components/sync/core/shared_model_type_processor.h b/components/sync/core/shared_model_type_processor.h
index 5736621bcbfec5d43ec4afed01a4b3a5a0a17bcc..2f2798d4ef46ad21d9b8902d266e3c76b4677bbe 100644
--- a/components/sync/core/shared_model_type_processor.h
+++ b/components/sync/core/shared_model_type_processor.h
@@ -76,6 +76,7 @@ class SharedModelTypeProcessor : public ModelTypeProcessor,
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;

Powered by Google App Engine
This is Rietveld 408576698