| Index: net/quic/quic_crypto_client_stream.cc
|
| diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc
|
| index aa43b6d1df74107681003b1c68163c1457eb78ff..ffef1246596de30f99283283df1334a2a65e5254 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -49,6 +49,10 @@ QuicCryptoClientStream::crypto_negotiated_params() const {
|
| return crypto_negotiated_params_;
|
| }
|
|
|
| +int QuicCryptoClientStream::num_sent_client_hellos() const {
|
| + return num_client_hellos_;
|
| +}
|
| +
|
| // kMaxClientHellos is the maximum number of times that we'll send a client
|
| // hello. The value 3 accounts for:
|
| // * One failure due to an incorrect or missing source-address token.
|
|
|