| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 5f6cffbc3a81186f5c6da1a79d3230a4b40e6fcb..1e1b1412eaa71e92410b4150db918a14dbb14569 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -16401,6 +16401,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.QuicSession.ClosedDuringInitializeSession">
|
| + <owner>rch@chromium.org</owner>
|
| + <summary>
|
| + True if the QUIC session is closed during the call to InitializeSession,
|
| + logged for each session just after InitializeSession is called.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.QuicSession.CloseSessionOnError" enum="NetErrorCodes">
|
| <owner>rch@chromium.org</owner>
|
| <summary>
|
|
|