Index: net/quic/quic_client_session.h |
diff --git a/net/quic/quic_client_session.h b/net/quic/quic_client_session.h |
index 9c5b70565cbc8d8b9aa7da10cd727ffa71cb5304..d90a6edd605447e6ee49bda7a09f805eaf30b963 100644 |
--- a/net/quic/quic_client_session.h |
+++ b/net/quic/quic_client_session.h |
@@ -132,6 +132,11 @@ class NET_EXPORT_PRIVATE QuicClientSession : public QuicSession { |
base::WeakPtr<QuicClientSession> GetWeakPtr(); |
+ // Returns the number of client hello messages that have been sent on the |
+ // crypto stream. If the handshake has completed then this is one greater |
+ // than the number of round-trips needed for the handshake. |
+ int GetNumSentClientHellos() const; |
+ |
protected: |
// QuicSession methods: |
virtual ReliableQuicStream* CreateIncomingReliableStream( |