| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8221cdeb86c460d6a59daa76c48570661606cccd..a0dae6b28809daf41931ba4037135e42225addbb 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -19256,6 +19256,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.SSL_Connection_Error_ClientPadding" enum="NetErrorCodes">
|
| + <owner>jeremyim@chromium.org</owner>
|
| + <summary>
|
| + Counts of specific error codes returned when opening an SSL connection for
|
| + sockets using SSL_enable_fastradio_padding.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.SSL_Connection_Latency" units="milliseconds">
|
| <obsolete>
|
| Replaced by Net.SSL_Connection_Latency_2 on 2014-10-21.
|
|
|