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

Unified Diff: sync/api/model_type_change_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
« no previous file with comments | « sync/api/entity_change.cc ('k') | sync/api/model_type_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sync/api/model_type_change_processor.h
diff --git a/sync/api/model_type_change_processor.h b/sync/api/model_type_change_processor.h
index bbfe16cd37ab4d8880078f68efb50fd05b4612b2..06a0f8f683dc939e2c0f62f50233fbd998aef093 100644
--- a/sync/api/model_type_change_processor.h
+++ b/sync/api/model_type_change_processor.h
@@ -30,12 +30,12 @@ class SYNC_EXPORT ModelTypeChangeProcessor {
// does not need to be fully set, but it should at least have specifics and
// non-unique name. The processor will fill in the rest if the service does
// not have a reason to care.
- virtual void Put(const std::string& client_key,
+ virtual void Put(const std::string& client_tag,
scoped_ptr<EntityData> entity_data,
MetadataChangeList* metadata_change_list) = 0;
// Inform the processor of a deleted entity.
- virtual void Delete(const std::string& client_key,
+ virtual void Delete(const std::string& client_tag,
MetadataChangeList* metadata_change_list) = 0;
};
« no previous file with comments | « sync/api/entity_change.cc ('k') | sync/api/model_type_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698