| Index: net/quic/congestion_control/paced_sender.h
|
| diff --git a/net/quic/congestion_control/paced_sender.h b/net/quic/congestion_control/paced_sender.h
|
| index 6d7c42919d0b338a4bbdbfd085ea8e606fc11dcb..d600dcbef3d48395746a6f9612dbfe345f939cef 100644
|
| --- a/net/quic/congestion_control/paced_sender.h
|
| +++ b/net/quic/congestion_control/paced_sender.h
|
| @@ -19,8 +19,6 @@ class NET_EXPORT_PRIVATE PacedSender {
|
| public:
|
| PacedSender(QuicBandwidth bandwidth_estimate, QuicByteCount max_segment_size);
|
|
|
| - void set_max_segment_size(QuicByteCount max_segment_size);
|
| -
|
| // The estimated bandidth from the congestion algorithm changed.
|
| void UpdateBandwidthEstimate(QuicTime now, QuicBandwidth bandwidth_estimate);
|
|
|
|
|