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

Unified Diff: net/quic/quic_flags.cc

Issue 2176273003: Deprecate FLAGS_quic_default_immediate_forward_secure. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@128225749
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
« no previous file with comments | « net/quic/quic_flags.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index e135ef4770e6cc91bd35b9bb5dd0a3b94f247bff..b054d87113f22a13271d363d1d20b38df399313d 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -97,11 +97,6 @@ bool FLAGS_quic_use_cheap_stateless_rejects = false;
// than QuicTimes.
bool FLAGS_quic_socket_walltimestamps = true;
-// If true, default to immediate forward secure once established on the
-// server side, and the IPFS connection option disables this instead of
-// enabling it.
-bool FLAGS_quic_default_immediate_forward_secure = 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') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698