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

Unified Diff: sync/internal_api/public/engine/sync_status.h

Issue 12256033: Separate invalidator and sync client ID (part 1/2) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 10 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/engine/sync_status.h
diff --git a/sync/internal_api/public/engine/sync_status.h b/sync/internal_api/public/engine/sync_status.h
index b8d49bf7c4e49acb27e3a21ca7d2970527b797e5..b28d3613989a54ddfc9d071ab4d08ea7f89d54e9 100644
--- a/sync/internal_api/public/engine/sync_status.h
+++ b/sync/internal_api/public/engine/sync_status.h
@@ -93,8 +93,11 @@ struct SYNC_EXPORT SyncStatus {
// Per-datatype throttled status.
ModelTypeSet throttled_types;
- // The unique identifer for this client.
- std::string unique_id;
+ // The unique identifer for the sync store.
+ std::string sync_id;
+
+ // The unique identifier for the invalidation client.
+ std::string invalidator_client_id;
// Counters grouped by model type
std::vector<int> num_entries_by_type;
« no previous file with comments | « sync/internal_api/internal_components_factory_impl.cc ('k') | sync/internal_api/public/internal_components_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698