Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2532)

Unified Diff: net/quic/quic_crypto_client_stream.cc

Issue 2176323002: Deprecate FLAGS_quic_disable_pre_30. Remove QUIC versions [25-29]. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@127879468
Patch Set: Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698