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

Unified Diff: net/quic/quic_flags.cc

Issue 1418963008: Deprecate --gfe2_reloadable_flag_quic_stop_checking_for_mismatch_ids (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@106814823
Patch Set: Removed flag references from quic_flags Created 5 years, 1 month 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/reliable_quic_stream.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 fc005c12f4055eea6632c3aebc6674380567d10b..e003d8f3dda2b2ee83bec1419d1614a742ac09e8 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -84,10 +84,6 @@ bool FLAGS_quic_read_packets_full_recvmmsg = true;
// Net.QuicSession.HeadersHOLBlockedTime.
bool FLAGS_quic_measure_headers_hol_blocking_time = true;
-// If true, skip a check for mismatched stream IDs inside
-// ReliableQuicStream::OnStreamFrame.
-bool FLAGS_quic_stop_checking_for_mismatch_ids = true;
-
// Disable QUIC's userspace pacing.
bool FLAGS_quic_disable_pacing = false;
« no previous file with comments | « net/quic/quic_flags.h ('k') | net/quic/reliable_quic_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698