| Index: net/quic/quic_dispatcher.h
|
| diff --git a/net/quic/quic_dispatcher.h b/net/quic/quic_dispatcher.h
|
| index 423afe64eb52a93acef4644982e6d439471af43e..5714adae12c0b0296791bbed58d9d818c0c3da3f 100644
|
| --- a/net/quic/quic_dispatcher.h
|
| +++ b/net/quic/quic_dispatcher.h
|
| @@ -216,7 +216,7 @@ class QuicDispatcher : public QuicServerSessionVisitor {
|
| // This is used to construct new QuicConnections when connection flow control
|
| // is disabled via flag.
|
| // TODO(rjshade): Remove this when
|
| - // FLAGS_enable_quic_connection_flow_control is removed.
|
| + // FLAGS_enable_quic_connection_flow_control_2 is removed.
|
| QuicVersionVector supported_versions_no_connection_flow_control_;
|
|
|
| // Information about the packet currently being handled.
|
|
|