| Index: net/quic/quic_crypto_client_stream.cc
|
| diff --git a/net/quic/quic_crypto_client_stream.cc b/net/quic/quic_crypto_client_stream.cc
|
| index 4adb9b1491d944c7d3c4864497df70f29fae6929..88141d3f2ee345a3c6f51416f0447256dbc735d5 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -26,6 +26,9 @@ namespace net {
|
| namespace {
|
|
|
| void AppendFixed(CryptoHandshakeMessage* message) {
|
| + if (FLAGS_quic_deprecate_kfixd) {
|
| + return;
|
| + }
|
| vector<QuicTag> tags;
|
| tags.push_back(kFIXD);
|
|
|
|
|