| Index: sync/protocol/client_debug_info.proto
|
| diff --git a/sync/protocol/client_debug_info.proto b/sync/protocol/client_debug_info.proto
|
| index 94635b7ae13fccfc76cba5f11dde2e6e3c547918..55db11799ba2c5c7fd7f5b48eaea46940b1e946c 100644
|
| --- a/sync/protocol/client_debug_info.proto
|
| +++ b/sync/protocol/client_debug_info.proto
|
| @@ -31,7 +31,7 @@ message SyncCycleCompletedEventInfo {
|
| // These new conflict counters replace the ones above.
|
| optional int32 num_encryption_conflicts = 4;
|
| optional int32 num_hierarchy_conflicts = 5;
|
| - optional int32 num_simple_conflicts = 6;
|
| + optional int32 num_simple_conflicts = 6; // No longer sent since M24.
|
| optional int32 num_server_conflicts = 7;
|
|
|
| // Counts to track the effective usefulness of our GetUpdate requests.
|
|
|