Index: net/quic/quic_session.h |
diff --git a/net/quic/quic_session.h b/net/quic/quic_session.h |
index 16f96c77ae81f5fc59ad393e9c94f0b020925893..81ab2d1beb3bcd21bff9d1522934c9df013f51c2 100644 |
--- a/net/quic/quic_session.h |
+++ b/net/quic/quic_session.h |
@@ -347,14 +347,6 @@ class NET_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface { |
// control window in a negotiated config. Closes the connection if invalid. |
void OnNewSessionFlowControlWindow(QuicStreamOffset new_window); |
- // Called in OnConfigNegotiated when auto-tuning is enabled for flow |
- // control receive windows. |
- void EnableAutoTuneReceiveWindow(); |
- |
- // Called in OnConfigNegotiated for finch trials to measure performance of |
- // starting with smaller flow control receive windows and auto-tuning. |
- void AdjustInitialFlowControlWindows(size_t stream_window); |
- |
// Keep track of highest received byte offset of locally closed streams, while |
// waiting for a definitive final highest offset from the peer. |
std::map<QuicStreamId, QuicStreamOffset> |