| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index f9cf99d7df9b2a71517452a2d7a5475955ca65fb..4fb068b94c1f5dfb159c3110474342216c961d31 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -17261,6 +17261,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.BlockedFrames.Received">
|
| + <owner>rtenneti@chromium.org</owner>
|
| + <summary>
|
| + The number of BLOCKED frames recevied by a QuicSession when the session is
|
| + closed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Net.QuicSession.BlockedFrames.Sent">
|
| + <owner>rtenneti@chromium.org</owner>
|
| + <summary>
|
| + The number of BLOCKED frames sent by a QuicSession when the session is
|
| + closed.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.ClosedDuringInitializeSession">
|
| <owner>rch@chromium.org</owner>
|
| <summary>
|
|
|