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

Unified Diff: components/sync/model_impl/in_memory_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/in_memory_metadata_change_list.h
diff --git a/components/sync/model_impl/in_memory_metadata_change_list.h b/components/sync/model_impl/in_memory_metadata_change_list.h
index f077087db83c3f7ee44589da8a84f0778197394d..7d482fe687e15172651cb6bb474061241d4c17b6 100644
--- a/components/sync/model_impl/in_memory_metadata_change_list.h
+++ b/components/sync/model_impl/in_memory_metadata_change_list.h
@@ -41,6 +41,7 @@ class InMemoryMetadataChangeList : 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;
protected:
// Protected because this class is useless to instantiate directly.

Powered by Google App Engine
This is Rietveld 408576698