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

Unified Diff: net/quic/reliable_quic_stream_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/reliable_quic_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/reliable_quic_stream_test.cc
diff --git a/net/quic/reliable_quic_stream_test.cc b/net/quic/reliable_quic_stream_test.cc
index f3678938d6af435903c76e397f9b40ff30e49523..f8996c8063d8eec3ac6dd181a7c5700259eb8a8e 100644
--- a/net/quic/reliable_quic_stream_test.cc
+++ b/net/quic/reliable_quic_stream_test.cc
@@ -6,7 +6,6 @@
#include "net/quic/quic_ack_notifier.h"
#include "net/quic/quic_connection.h"
-#include "net/quic/quic_flags.h"
#include "net/quic/quic_utils.h"
#include "net/quic/quic_write_blocked_list.h"
#include "net/quic/spdy_utils.h"
@@ -699,8 +698,6 @@ TEST_F(ReliableQuicStreamTest, SetDrainingOutgoingIncoming) {
}
TEST_F(ReliableQuicStreamTest, FecSendPolicyReceivedConnectionOption) {
- ValueRestore<bool> old_flag(&FLAGS_quic_send_fec_packet_only_on_fec_alarm,
- true);
Initialize(kShouldProcessData);
// Test ReceivedConnectionOptions.
« no previous file with comments | « net/quic/reliable_quic_stream.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698