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

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

Issue 12092091: Separate sync and invalidation client IDs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/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 31cbf4cc24e7364e3ff0e3ecc2e542980f352f0b..dfab7eb7db8203c353c88ec334b1f6376a8ba312 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