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

Unified Diff: net/quic/quic_flags.cc

Issue 1855313002: Deprecate --gfe2_reloadable_flag_quic_only_cancel_set_alarms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Upstream Created 4 years, 8 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 370d613f002eb7ae61ff6a14956c4d76f20af380..1594220e891f43576ba997ac2e03f689704fec2e 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -105,10 +105,6 @@ bool FLAGS_quic_ack_decimation2 = true;
// If true, QUIC connections will defer responding to ACKs to their send alarms.
bool FLAGS_quic_connection_defer_ack_response = true;
-// If true, calls to QuicAlarm::Cancel don't do anything if the alarm is not
-// set.
-bool FLAGS_quic_only_cancel_set_alarms = true;
-
// Simplify QUIC's write path for inplace encryption now that FEC is gone.
bool FLAGS_quic_inplace_encryption2 = 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