| Index: net/quic/quic_config.cc
|
| diff --git a/net/quic/quic_config.cc b/net/quic/quic_config.cc
|
| index ea5eae7690290981eb4071bbe979fcb759e5cef4..82d22fbf8f8670f1a74de072b1a771a0d231c8aa 100644
|
| --- a/net/quic/quic_config.cc
|
| +++ b/net/quic/quic_config.cc
|
| @@ -433,8 +433,7 @@ QuicConfig::QuicConfig()
|
| max_time_before_crypto_handshake_(QuicTime::Delta::Zero()),
|
| initial_congestion_window_(kSWND, PRESENCE_OPTIONAL),
|
| initial_round_trip_time_us_(kIRTT, PRESENCE_OPTIONAL),
|
| - // TODO(rjshade): Make this PRESENCE_REQUIRED when QUIC_VERSION_16 is
|
| - // retired.
|
| + // TODO(rjshade): Remove this when retiring QUIC_VERSION_19.
|
| initial_flow_control_window_bytes_(kIFCW, PRESENCE_OPTIONAL),
|
| // TODO(rjshade): Make this PRESENCE_REQUIRED when retiring
|
| // QUIC_VERSION_19.
|
|
|