| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index e508c28079a10c0d90d69950546a0d65d893f624..dd5e0710ca4683e70f67e71ea9c61bc63d27b006 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -35865,6 +35865,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Net.SSLSessionConcurrentLookupCount">
|
| + <owner>nharper@chromium.org</owner>
|
| + <summary>
|
| + For each SSL connection where we resume a session and negotiate HTTP/2, the
|
| + simulated minimum number of sessions retained per host it would have
|
| + required with TLS 1.3 single-use sessions. See https://crbug.com/631988.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Net.SSLSessionVersionMatch" enum="BooleanMatched">
|
| <obsolete>
|
| Removed on 2015-11-10.
|
|
|