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

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

Issue 2297883002: Remove deprecated flag --quic_neuter_unencrypted_when_sending (Closed)
Patch Set: Remove deprecated flag --quic_neuter_unencrypted_when_sending 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_crypto_stream.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 a724224a9c02e5c6279d219214f01384a75a238f..8957b3c76688653e7cd922c8c0b5cf1a34b0aa23 100644
--- a/net/quic/core/quic_flags_list.h
+++ b/net/quic/core/quic_flags_list.h
@@ -95,10 +95,6 @@ QUIC_FLAG(bool, FLAGS_quic_enable_version_36_v2, false)
// If true, use async codepaths to invoke ProofSource::GetProof.
QUIC_FLAG(bool, FLAGS_enable_async_get_proof, false)
-// If true, neuter null encrypted packets before sending the next handshake
-// message.
-QUIC_FLAG(bool, FLAGS_quic_neuter_unencrypted_when_sending, true)
-
// If true, QuicAlarm::Update will call a faster UpdateImpl implementation
// instead of canceling and reregistering the alarm.
QUIC_FLAG(bool, FLAGS_quic_change_alarms_efficiently, true)
« no previous file with comments | « net/quic/core/quic_crypto_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698