| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 0000c36c67fa95f0727b17008ba7f249f3455a93..5e8584d79eaa680ff6ed5133e395fe37f9552278 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -74,9 +74,6 @@ bool FLAGS_quic_require_fix = true;
|
| // If true, headers stream will support receiving PUSH_PROMISE frames.
|
| bool FLAGS_quic_supports_push_promise = false;
|
|
|
| -// If true, QUIC will support RFC 7539 variants of ChaCha20 Poly1305.
|
| -bool FLAGS_quic_use_rfc7539 = true;
|
| -
|
| // When turn on, log packet loss into transport connection stats LossEvent.
|
| bool FLAGS_quic_log_loss_event = true;
|
|
|
|
|