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

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

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.cc
diff --git a/components/sync/model_impl/passthrough_metadata_change_list.cc b/components/sync/model_impl/passthrough_metadata_change_list.cc
index 5f579de39f86c64df6bc5e24498f3f723e01d581..efae2a8819f720147395483ac39e0faad80e45f9 100644
--- a/components/sync/model_impl/passthrough_metadata_change_list.cc
+++ b/components/sync/model_impl/passthrough_metadata_change_list.cc
@@ -38,4 +38,9 @@ void PassthroughMetadataChangeList::ClearMetadata(
store_->DeleteMetadata(batch_, storage_key);
}
+base::Optional<ModelError> PassthroughMetadataChangeList::TakeError() {
+ NOTREACHED();
+ return {};
+}
+
} // namespace syncer

Powered by Google App Engine
This is Rietveld 408576698