| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 7a07e1108d20f3e2db6f33d5bcf45bb4189537ce..5b2f2d8b99d10ac106c0cd261337e9cd1dd29954 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -82,10 +82,6 @@ bool FLAGS_quic_cede_correctly = true;
|
| // AES-GCM.
|
| bool FLAGS_quic_crypto_server_config_default_has_chacha20 = true;
|
|
|
| -// If true, always log the cached network parameters, regardless of whether
|
| -// bandwidth-resumption has been enabled.
|
| -bool FLAGS_quic_log_received_parameters = true;
|
| -
|
| // If true, QUIC will use newly refactored TCP sender code.
|
| bool FLAGS_quic_use_new_tcp_sender = true;
|
|
|
|
|