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

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

Issue 2336803004: Deprecate FLAGS_quic_remove_obsolete_forward_secure. (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 | « net/quic/core/quic_connection_test.cc ('k') | no next file » | 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 060beb6191a99ad6762a27d5c411960aec7ece93..1b1c7373bbbb42564291b1bde4a9b5d2f0d190f7 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -88,10 +88,6 @@ QUIC_FLAG(bool, FLAGS_quic_require_handshake_confirmation_pre33, false)
// memory in time.
QUIC_FLAG(bool, FLAGS_quic_sequencer_buffer_retire_block_in_time, true)
-// Remove obsolete code to force QUIC to go forward secure, now that the server
-// immediately goes forward secure.
-QUIC_FLAG(bool, FLAGS_quic_remove_obsolete_forward_secure, true)
-
// If true, close QUIC connection explicitly on write error due to packet being
// too large.
QUIC_FLAG(bool, FLAGS_quic_close_connection_on_packet_too_large, true)
« no previous file with comments | « net/quic/core/quic_connection_test.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698