| Index: net/quic/core/quic_flags_list.h
|
| diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
|
| index 6d099b9f6b034aeab43eee50029c89905444a040..060beb6191a99ad6762a27d5c411960aec7ece93 100644
|
| --- a/net/quic/core/quic_flags_list.h
|
| +++ b/net/quic/core/quic_flags_list.h
|
| @@ -80,10 +80,6 @@ QUIC_FLAG(bool, FLAGS_quic_enable_version_36_v2, true)
|
| // If true, use async codepaths to invoke ProofSource::GetProof.
|
| QUIC_FLAG(bool, FLAGS_enable_async_get_proof, false)
|
|
|
| -// If true, QuicAlarm::Update will call a faster UpdateImpl implementation
|
| -// instead of canceling and reregistering the alarm.
|
| -QUIC_FLAG(bool, FLAGS_quic_change_alarms_efficiently, true)
|
| -
|
| // If true, requires handshake confirmations for all QUIC handshakes with
|
| // versions less than 33.
|
| QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
|
|
|