| Index: net/quic/core/quic_session.h
|
| diff --git a/net/quic/core/quic_session.h b/net/quic/core/quic_session.h
|
| index 1807a452cda927255e7425242497d66876261d18..f3c1522a69f0193476f147203b3036981673d46c 100644
|
| --- a/net/quic/core/quic_session.h
|
| +++ b/net/quic/core/quic_session.h
|
| @@ -372,6 +372,10 @@ class QUIC_EXPORT_PRIVATE QuicSession : public QuicConnectionVisitorInterface {
|
| uint64_t previous_bytes_written,
|
| bool previous_fin_sent);
|
|
|
| + // Called in OnConfigNegotiated for Finch trials to measure performance of
|
| + // starting with larger flow control receive windows.
|
| + 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>
|
|
|