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

Unified Diff: net/quic/quic_flags.cc

Issue 1570553002: relnote: Deprecate quic_inplace_encryption. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@20_CL_111439689
Patch Set: rebase Created 4 years, 11 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') | net/quic/quic_packet_creator.cc » ('j') | 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 01f2f4754445e4632b948be863422056f199dd8c..e360ccf1eb7963b96f0f4993b08aa163fd9ef39a 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -135,9 +135,6 @@ bool FLAGS_quic_validate_stk_without_scid = true;
// If true, use the new write blocked list for QUIC.
bool FLAGS_quic_new_blocked_list = true;
-// If true, use inplace encryption for QUIC.
-bool FLAGS_quic_inplace_encryption = true;
-
// If true, QUIC will support RFC 7539 variants of ChaCha20 Poly1305.
bool FLAGS_quic_use_rfc7539 = true;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/quic_packet_creator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698