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

Unified Diff: net/quic/quic_connection_test.cc

Issue 1279433004: relnote: Deprecate FLAGS_quic_send_fec_packet_only_on_fec_alarm. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Limit_number_of_burst_tokens_99597412
Patch Set: Created 5 years, 4 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_connection.cc ('k') | 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_connection_test.cc
diff --git a/net/quic/quic_connection_test.cc b/net/quic/quic_connection_test.cc
index 8eb967493148fec2c56cd9a6e26a0ab6efcc7af7..05d8f2a75288132380e8b61ea3663b3edeb34444 100644
--- a/net/quic/quic_connection_test.cc
+++ b/net/quic/quic_connection_test.cc
@@ -4649,8 +4649,6 @@ TEST_P(QuicConnectionTest, FecSendPolicyReceivedConnectionOption) {
if (GetParam().fec_send_policy == FEC_ALARM_TRIGGER) {
return;
}
- ValueRestore<bool> old_flag(&FLAGS_quic_send_fec_packet_only_on_fec_alarm,
- true);
connection_.set_perspective(Perspective::IS_SERVER);
// Test ReceivedConnectionOptions.
« no previous file with comments | « net/quic/quic_connection.cc ('k') | net/quic/quic_flags.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698