| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 9e4781d06c7574583d3ac0aaf69a57f63c979904..ba0ad2fc2c62fdbed08c0fc0ba3807c7cb086343 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -62,9 +62,6 @@ bool FLAGS_quic_measure_headers_hol_blocking_time = true;
|
| // Disable QUIC's userspace pacing.
|
| bool FLAGS_quic_disable_pacing = false;
|
|
|
| -// If true, don't send QUIC packets if the send alarm is set.
|
| -bool FLAGS_quic_respect_send_alarm2 = true;
|
| -
|
| // If true, Close the connection instead of writing unencrypted stream data.
|
| bool FLAGS_quic_never_write_unencrypted_data = true;
|
|
|
|
|