Index: net/quic/quic_crypto_client_stream.h |
diff --git a/net/quic/quic_crypto_client_stream.h b/net/quic/quic_crypto_client_stream.h |
index 2ad122c75f79f28322c8b9a5be35921524d88deb..3381c8af07b5d273dcc1f584c5e8c9e3a9802294 100644 |
--- a/net/quic/quic_crypto_client_stream.h |
+++ b/net/quic/quic_crypto_client_stream.h |
@@ -40,6 +40,11 @@ class NET_EXPORT_PRIVATE QuicCryptoClientStream : public QuicCryptoStream { |
const QuicNegotiatedParameters& negotiated_params() const; |
const QuicCryptoNegotiatedParameters& crypto_negotiated_params() const; |
+ // num_sent_client_hellos returns the number of client hello messages that |
+ // have been sent. If the handshake has completed then this is one greater |
+ // than the number of round-trips needed for the handshake. |
+ int num_sent_client_hellos() const; |
+ |
private: |
friend class test::CryptoTestUtils; |