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

Unified Diff: net/quic/core/quic_flags_list.h

Issue 2351813002: Deprecate FLAGS_quic_remove_v33_hacks. (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | net/quic/core/quic_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_flags_list.h
diff --git a/net/quic/core/quic_flags_list.h b/net/quic/core/quic_flags_list.h
index 2f616b682038fb4173caa785ce79890a7d998231..c6fda2ea7bb37d34f9fbf131eac9ea3dca08aad8 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -76,10 +76,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
// too large.
QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
-// If true, v33 QUIC client uses 1 bit to specify 8-byte connection id in public
-// flag.
-QUIC_FLAG(bool, FLAGS_quic_remove_v33_hacks, true)
-
// If true, use the CHLO packet size, not message size when determining how
// large a REJ can be.
QUIC_FLAG(bool, FLAGS_quic_use_chlo_packet_size, true)
« no previous file with comments | « no previous file | net/quic/core/quic_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698