Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index fdb429b3ad5bbc019babb89278af80c79c6cbfb5..8ec58cd3ae573e909966cc966ba40209a5d55b23 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -3665,6 +3665,27 @@ other types of suffix sets. |
</summary> |
</histogram> |
+<histogram name="Net.QuicCryptoHandshakeConfirmed"> |
+ <summary> |
+ True if the QUIC crypto handshake was confirmed by the server. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Net.QuicCryptoHandshakeConfirmedNumSentClientHellos"> |
+ <summary> |
+ The number of client hello messages sent when the crypto handshake was |
+ confirmed. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Net.QuicEncryptionEstablished"> |
+ <summary>True if the QUIC crypto handshake established encryption.</summary> |
+</histogram> |
+ |
+<histogram name="Net.QuicNumSentClientHellos"> |
+ <summary>The number of client hello messages sent.</summary> |
+</histogram> |
+ |
<histogram name="Net.RenegotiationExtensionSupported"> |
<summary> |
True if the HTTP request was sent to a server which supports the TLS |