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

Unified Diff: sync/internal_api/public/shared_model_type_processor.h

Issue 1648813002: [Sync] Renaming client key to client tag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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: sync/internal_api/public/shared_model_type_processor.h
diff --git a/sync/internal_api/public/shared_model_type_processor.h b/sync/internal_api/public/shared_model_type_processor.h
index 6c9382aae32968c075128054d2e93fd36d04f5a5..c6d8b71c32c3c075c679631fab807cffe8784a53 100644
--- a/sync/internal_api/public/shared_model_type_processor.h
+++ b/sync/internal_api/public/shared_model_type_processor.h
@@ -65,10 +65,10 @@ class SYNC_EXPORT SharedModelTypeProcessor : public ModelTypeProcessor,
bool IsConnected() const;
// ModelTypeChangeProcessor implementation.
- void Put(const std::string& client_key,
+ void Put(const std::string& client_tag,
scoped_ptr<EntityData> entity_data,
MetadataChangeList* metadata_change_list) override;
- void Delete(const std::string& client_key,
+ void Delete(const std::string& client_tag,
MetadataChangeList* metadata_change_list) override;
// Returns the list of pending updates.
« no previous file with comments | « sync/internal_api/public/model_type_entity.h ('k') | sync/internal_api/public/test/fake_model_type_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698