| Index: net/quic/quic_flow_controller.h
|
| diff --git a/net/quic/quic_flow_controller.h b/net/quic/quic_flow_controller.h
|
| index f1973f2cb564dca708d95055e062c3e5f6f00815..dad5b6658cb2a3a539cbb7a99513c5d643e2eef1 100644
|
| --- a/net/quic/quic_flow_controller.h
|
| +++ b/net/quic/quic_flow_controller.h
|
| @@ -78,6 +78,9 @@ class NET_EXPORT_PRIVATE QuicFlowController {
|
| auto_tune_receive_window_ = enable;
|
| }
|
|
|
| + // Should only be called before any data is received.
|
| + void UpdateReceiveWindowSize(QuicStreamOffset size);
|
| +
|
| bool auto_tune_receive_window() { return auto_tune_receive_window_; }
|
|
|
| private:
|
|
|