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

Unified Diff: net/quic/quic_alarm.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 | « no previous file | net/quic/quic_flags.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_alarm.cc
diff --git a/net/quic/quic_alarm.cc b/net/quic/quic_alarm.cc
index ca407b52d914dd9a8adee1d023cccd6cf0596ad9..30edcaa44233f40766bcc585fab72cff35b5273e 100644
--- a/net/quic/quic_alarm.cc
+++ b/net/quic/quic_alarm.cc
@@ -22,7 +22,7 @@ void QuicAlarm::Set(QuicTime new_deadline) {
}
void QuicAlarm::Cancel() {
- if (FLAGS_quic_only_cancel_set_alarms && !IsSet()) {
+ if (!IsSet()) {
// Don't try to cancel an alarm that hasn't been set.
return;
}
« no previous file with comments | « no previous file | net/quic/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698