Index: net/quic/congestion_control/inter_arrival_probe.h |
diff --git a/net/quic/congestion_control/inter_arrival_probe.h b/net/quic/congestion_control/inter_arrival_probe.h |
index af82a5beeae71148f414917de25d417da7cacf32..142f1c9be2e1c2a4af94bca8aeed4b3302308005 100644 |
--- a/net/quic/congestion_control/inter_arrival_probe.h |
+++ b/net/quic/congestion_control/inter_arrival_probe.h |
@@ -20,8 +20,6 @@ class NET_EXPORT_PRIVATE InterArrivalProbe { |
explicit InterArrivalProbe(QuicByteCount max_segment_size); |
~InterArrivalProbe(); |
- void set_max_segment_size(QuicByteCount max_segment_size); |
- |
// Call every time a packet is sent to the network. |
void OnPacketSent(QuicByteCount bytes); |