| Index: net/quic/quic_config.h
|
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
|
| index 02c2b0326d56563dcc3ad619a8753b1fc290a1a0..688d281e4023451add8ecca8a8c1daa293a63bf4 100644
|
| --- a/net/quic/quic_config.h
|
| +++ b/net/quic/quic_config.h
|
| @@ -311,6 +311,10 @@ class NET_EXPORT_PRIVATE QuicConfig {
|
|
|
| uint32 ReceivedInitialRoundTripTimeUs() const;
|
|
|
| + bool HasInitialRoundTripTimeUsToSend() const;
|
| +
|
| + uint32 GetInitialRoundTripTimeUsToSend() const;
|
| +
|
| // TODO(rjshade): Remove all InitialFlowControlWindow methods when removing
|
| // QUIC_VERSION_19.
|
| // Sets an initial stream flow control window size to transmit to the peer.
|
|
|