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

Unified Diff: components/sync/model_impl/passthrough_metadata_change_list.h

Issue 2794413002: [USS] Add SyncMetadataStore interface (Closed)
Patch Set: Created 3 years, 8 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_impl/passthrough_metadata_change_list.h
diff --git a/components/sync/model_impl/passthrough_metadata_change_list.h b/components/sync/model_impl/passthrough_metadata_change_list.h
index 5e4b850f1548908af745d40ab654c1fdf5723e04..772b3a55b935ad76b46e2bbca6c572ad5ac864ad 100644
--- a/components/sync/model_impl/passthrough_metadata_change_list.h
+++ b/components/sync/model_impl/passthrough_metadata_change_list.h
@@ -27,6 +27,7 @@ class PassthroughMetadataChangeList : public MetadataChangeList {
void UpdateMetadata(const std::string& storage_key,
const sync_pb::EntityMetadata& metadata) override;
void ClearMetadata(const std::string& storage_key) override;
+ base::Optional<syncer::ModelError> TakeError() override;
private:
// Non owning references.

Powered by Google App Engine
This is Rietveld 408576698