| OLD | NEW |
| 1 <!-- | 1 <!-- |
| 2 Copyright 2013 The Chromium Authors. All rights reserved. | 2 Copyright 2013 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <!-- | 7 <!-- |
| 8 This file is used to generate a comprehensive list of Chrome histograms along | 8 This file is used to generate a comprehensive list of Chrome histograms along |
| 9 with a detailed description for each histogram. | 9 with a detailed description for each histogram. |
| 10 | 10 |
| (...skipping 3647 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3658 </histogram> | 3658 </histogram> |
| 3659 | 3659 |
| 3660 <histogram name="Net.PublicKeyPinSuccess" enum="BooleanSuccess"> | 3660 <histogram name="Net.PublicKeyPinSuccess" enum="BooleanSuccess"> |
| 3661 <summary> | 3661 <summary> |
| 3662 A validated certificate chain may be subject to additional | 3662 A validated certificate chain may be subject to additional |
| 3663 "pinning" requirements on a per-domain basis. This records the | 3663 "pinning" requirements on a per-domain basis. This records the |
| 3664 fraction of successful matches between a certificate chain and a pin list. | 3664 fraction of successful matches between a certificate chain and a pin list. |
| 3665 </summary> | 3665 </summary> |
| 3666 </histogram> | 3666 </histogram> |
| 3667 | 3667 |
| 3668 <histogram name="Net.QuicCryptoHandshakeConfirmed"> |
| 3669 <summary> |
| 3670 True if the QUIC crypto handshake was confirmed by the server. |
| 3671 </summary> |
| 3672 </histogram> |
| 3673 |
| 3674 <histogram name="Net.QuicCryptoHandshakeConfirmedNumSentClientHellos"> |
| 3675 <summary> |
| 3676 The number of client hello messages sent when the crypto handshake was |
| 3677 confirmed. |
| 3678 </summary> |
| 3679 </histogram> |
| 3680 |
| 3681 <histogram name="Net.QuicEncryptionEstablished"> |
| 3682 <summary>True if the QUIC crypto handshake established encryption.</summary> |
| 3683 </histogram> |
| 3684 |
| 3685 <histogram name="Net.QuicNumSentClientHellos"> |
| 3686 <summary>The number of client hello messages sent.</summary> |
| 3687 </histogram> |
| 3688 |
| 3668 <histogram name="Net.RenegotiationExtensionSupported"> | 3689 <histogram name="Net.RenegotiationExtensionSupported"> |
| 3669 <summary> | 3690 <summary> |
| 3670 True if the HTTP request was sent to a server which supports the TLS | 3691 True if the HTTP request was sent to a server which supports the TLS |
| 3671 renegotiation extension. | 3692 renegotiation extension. |
| 3672 </summary> | 3693 </summary> |
| 3673 </histogram> | 3694 </histogram> |
| 3674 | 3695 |
| 3675 <histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"> | 3696 <histogram name="Net.SocketIdleTimeBeforeNextUse_ReusedSocket"> |
| 3676 <summary>The time an already used socket sat idle before being used.</summary> | 3697 <summary>The time an already used socket sat idle before being used.</summary> |
| 3677 </histogram> | 3698 </histogram> |
| (...skipping 12151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 15829 <fieldtrial name="SSLResumption"> | 15850 <fieldtrial name="SSLResumption"> |
| 15830 <group name="Resume_Handshake" label="Session Resumption"/> | 15851 <group name="Resume_Handshake" label="Session Resumption"/> |
| 15831 <group name="Full_Handshake" label="Full"/> | 15852 <group name="Full_Handshake" label="Full"/> |
| 15832 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15853 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 15833 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15854 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 15834 </fieldtrial> | 15855 </fieldtrial> |
| 15835 | 15856 |
| 15836 </fieldtrials> | 15857 </fieldtrials> |
| 15837 | 15858 |
| 15838 </histogram-configuration> | 15859 </histogram-configuration> |
| OLD | NEW |