| Index: net/quic/quic_flags.cc
|
| diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
|
| index 68179ecfcd2de5d7d63508e2e725b53d97df6481..ef2750c0e450152d46388353c6c8a55fab853b7c 100644
|
| --- a/net/quic/quic_flags.cc
|
| +++ b/net/quic/quic_flags.cc
|
| @@ -105,10 +105,6 @@ bool FLAGS_quic_only_one_sending_alarm = false;
|
| // an SCUP message.
|
| bool FLAGS_quic_use_hash_in_scup = true;
|
|
|
| -// If true, consider receiving crypto frame on non crypto stream as memory
|
| -// corruption.
|
| -bool FLAGS_quic_detect_memory_corrpution = true;
|
| -
|
| // If true, QUIC public reset packets will have the \"pre-v33\" public header
|
| // flags.
|
| bool FLAGS_quic_use_old_public_reset_packets = true;
|
|
|