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

Unified Diff: net/quic/core/quic_unacked_packet_map_test.cc

Issue 2515613002: deprecate FLAGS_quic_disable_pre_34 (Closed)
Patch Set: Created 4 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/core/quic_types.h ('k') | net/quic/core/quic_versions.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_unacked_packet_map_test.cc
diff --git a/net/quic/core/quic_unacked_packet_map_test.cc b/net/quic/core/quic_unacked_packet_map_test.cc
index 2198606af4117bb2dc80ac9cf55ed0ea5fbbbf8c..ea39e16b51093bcc7ba92490d37a6716e681803e 100644
--- a/net/quic/core/quic_unacked_packet_map_test.cc
+++ b/net/quic/core/quic_unacked_packet_map_test.cc
@@ -37,7 +37,7 @@ class QuicUnackedPacketMapTest : public ::testing::Test {
QuicStreamId stream_id) {
SerializedPacket packet(kDefaultPathId, packet_number,
PACKET_1BYTE_PACKET_NUMBER, nullptr, kDefaultLength,
- 0, false, false);
+ false, false);
QuicStreamFrame* frame = new QuicStreamFrame();
frame->stream_id = stream_id;
packet.retransmittable_frames.push_back(QuicFrame(frame));
@@ -48,7 +48,7 @@ class QuicUnackedPacketMapTest : public ::testing::Test {
QuicPacketNumber packet_number) {
return SerializedPacket(kDefaultPathId, packet_number,
PACKET_1BYTE_PACKET_NUMBER, nullptr, kDefaultLength,
- 0, false, false);
+ false, false);
}
void VerifyInFlightPackets(QuicPacketNumber* packets, size_t num_packets) {
« no previous file with comments | « net/quic/core/quic_types.h ('k') | net/quic/core/quic_versions.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698