| Index: net/quic/core/quic_connection.h
|
| diff --git a/net/quic/core/quic_connection.h b/net/quic/core/quic_connection.h
|
| index 5143c05b05352507ec5aa539540a0ce322ef0c9f..d59f776e688acb4f293f13f966f578c6dde534c9 100644
|
| --- a/net/quic/core/quic_connection.h
|
| +++ b/net/quic/core/quic_connection.h
|
| @@ -697,10 +697,6 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| return last_packet_source_address_;
|
| }
|
|
|
| - void set_largest_packet_size_supported(QuicByteCount size) {
|
| - largest_packet_size_supported_ = size;
|
| - }
|
| -
|
| protected:
|
| // Calls cancel() on all the alarms owned by this connection.
|
| void CancelAllAlarms();
|
| @@ -1097,9 +1093,6 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // The size of the largest packet received from peer.
|
| QuicByteCount largest_received_packet_size_;
|
|
|
| - // The maximum allowed packet size.
|
| - QuicByteCount largest_packet_size_supported_;
|
| -
|
| // Whether a GoAway has been sent.
|
| bool goaway_sent_;
|
|
|
|
|