| Index: net/quic/core/quic_flow_controller.h
|
| diff --git a/net/quic/core/quic_flow_controller.h b/net/quic/core/quic_flow_controller.h
|
| index b955da1530209b78c5e65a85213dab4c5c2ab108..6f9acb3b4e52a1d401e662c33ad20ea39046d0f2 100644
|
| --- a/net/quic/core/quic_flow_controller.h
|
| +++ b/net/quic/core/quic_flow_controller.h
|
| @@ -176,8 +176,7 @@ class QUIC_EXPORT_PRIVATE QuicFlowController
|
| // Used to dynamically enable receive window auto-tuning.
|
| bool auto_tune_receive_window_;
|
|
|
| - // The session's flow controller. null if this is stream id 0 or
|
| - // FLAGS_quic_reloadable_flag_quic_flow_control_invariant is false.
|
| + // The session's flow controller. null if this is stream id 0.
|
| // Not owned.
|
| QuicFlowControllerInterface* session_flow_controller_;
|
|
|
|
|