| 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;
|
|
|