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

Unified Diff: net/quic/quic_flags.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_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index 2a16978bb9663f41b71359b0329a963e23c5c73f..b0d29ca849f3b2701d766658ce5d2793343ccc81 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -112,9 +112,6 @@ bool FLAGS_quic_socket_walltimestamps = true;
// enabling it.
bool FLAGS_quic_default_immediate_forward_secure = true;
-// If true, disables support for QUIC version 29 and earlier.
-bool FLAGS_quic_disable_pre_30 = true;
-
// If true, QUIC respect HTTP2 SETTINGS frame rather than always close the
// connection.
bool FLAGS_quic_respect_http2_settings_frame = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_framer.h » ('j') | net/tools/quic/quic_dispatcher.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698