| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 25efadfa92922501e2f9fdebae7b6c24eeb1eb11..78523af2555a4b6d6179d04b65c82d590249e1d7 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -72,9 +72,6 @@ bool FLAGS_quic_disable_pacing = false;
|
| // TcpLossAlgorithm or TimeLossAlgorithm.
|
| bool FLAGS_quic_general_loss_algorithm = true;
|
|
|
| -// If true, use the unrolled prefetch path in QuicPacketCreator::CopyToBuffer.
|
| -bool FLAGS_quic_packet_creator_prefetch = false;
|
| -
|
| // If true, only migrate QUIC connections when client address changes are
|
| // considered to be caused by NATs.
|
| bool FLAGS_quic_disable_non_nat_address_migration = true;
|
|
|