| Index: net/quic/quic_config.h
|
| diff --git a/net/quic/quic_config.h b/net/quic/quic_config.h
|
| index 4d65097bc85aadfae93c28bf541a7d97aae23a80..ba681fc0f5f6a5ab296541ee0909929a02badadf 100644
|
| --- a/net/quic/quic_config.h
|
| +++ b/net/quic/quic_config.h
|
| @@ -310,6 +310,8 @@ class NET_EXPORT_PRIVATE QuicConfig {
|
| // Sets an initial flow control window size to transmit to the peer.
|
| void SetInitialFlowControlWindowToSend(uint32 window_bytes);
|
|
|
| + uint32 GetInitialFlowControlWindowToSend() const;
|
| +
|
| bool HasReceivedInitialFlowControlWindowBytes() const;
|
|
|
| uint32 ReceivedInitialFlowControlWindowBytes() const;
|
|
|