| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 84e7f111e85467b60a84583d702de89aad77eea2..b38504322d96365e2aa8e98d3bfd00b75d096921 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -443,6 +443,7 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| QuicRandom* random_generator() const { return random_generator_; }
|
| QuicByteCount max_packet_length() const;
|
| void set_max_packet_length(QuicByteCount length);
|
| + size_t mtu_probe_count() const { return mtu_probe_count_; }
|
|
|
| bool connected() const { return connected_; }
|
|
|
|
|