| Index: chrome/browser/sync/protocol/client_debug_info.proto
|
| diff --git a/chrome/browser/sync/protocol/client_debug_info.proto b/chrome/browser/sync/protocol/client_debug_info.proto
|
| index 6d67b72140965bf9b54c6bfd1cab13d9535544a4..d58f61cc7ca9e14152591d599e88b343a5ef542e 100644
|
| --- a/chrome/browser/sync/protocol/client_debug_info.proto
|
| +++ b/chrome/browser/sync/protocol/client_debug_info.proto
|
| @@ -15,6 +15,8 @@ package sync_pb;
|
| // SYNC_CYCLE_COMPLETED is sent.
|
| message SyncCycleCompletedEventInfo {
|
| // optional bool syncer_stuck = 1; // Was always false, now obsolete.
|
| +
|
| + // TODO(rlarocque): rename these counters.
|
| optional int32 num_blocking_conflicts = 2;
|
| optional int32 num_non_blocking_conflicts = 3;
|
| }
|
|
|