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

Unified Diff: components/sync/model/simple_metadata_change_list.h

Issue 2470953002: [Sync] Adding a passthrough MetadataChangeList implementation. (Closed)
Patch Set: Last update for Max. Created 4 years, 1 month 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
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/model/simple_metadata_change_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/model/simple_metadata_change_list.h
diff --git a/components/sync/model/simple_metadata_change_list.h b/components/sync/model/simple_metadata_change_list.h
index ef530e5c4cfb8fd4b42c1c38fafd8949c69029ae..685f66178bf0109ab4e52774d9c27e4fece4da15 100644
--- a/components/sync/model/simple_metadata_change_list.h
+++ b/components/sync/model/simple_metadata_change_list.h
@@ -42,9 +42,9 @@ class SimpleMetadataChangeList : public MetadataChangeList {
void UpdateModelTypeState(
const sync_pb::ModelTypeState& model_type_state) override;
void ClearModelTypeState() override;
- void UpdateMetadata(const std::string& client_tag,
+ void UpdateMetadata(const std::string& storage_key,
const sync_pb::EntityMetadata& metadata) override;
- void ClearMetadata(const std::string& client_tag) override;
+ void ClearMetadata(const std::string& storage_key) override;
const MetadataChanges& GetMetadataChanges() const;
bool HasModelTypeStateChange() const;
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/model/simple_metadata_change_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698