| 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 7ac7fc5050d9b8cbd50de8ea5f52f46390be5b54..4adb9b1491d944c7d3c4864497df70f29fae6929 100644
|
| --- a/net/quic/quic_crypto_client_stream.cc
|
| +++ b/net/quic/quic_crypto_client_stream.cc
|
| @@ -310,7 +310,8 @@ void QuicCryptoClientStream::DoSendCHLO(
|
| // inchoate or subsequent hello.
|
| session()->config()->ToHandshakeMessage(&out);
|
|
|
| - // This call and function should be removed after removing QUIC_VERSION_25.
|
| + // This call and function should be removed when
|
| + // FLAGS_quic_deprecate_kfixd is removed.
|
| AppendFixed(&out);
|
|
|
| // Send a local timestamp to the server.
|
|
|