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

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

Issue 2898233002: Deprecate FLAGS_quic_reloadable_flag_quic_remove_multipath_bit. (Closed)
Patch Set: Created 3 years, 7 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/core/quic_connection.cc ('k') | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_connection_test.cc
diff --git a/net/quic/core/quic_connection_test.cc b/net/quic/core/quic_connection_test.cc
index 1ac628591a3268083347e2b323d9b522966f666a..6f95275b0ee49882410cd9321c9300d1ca8519e1 100644
--- a/net/quic/core/quic_connection_test.cc
+++ b/net/quic/core/quic_connection_test.cc
@@ -850,7 +850,6 @@ class QuicConnectionTest : public QuicTestWithParam<TestParams> {
GetPeerInMemoryConnectionId(connection_id_);
header.public_header.packet_number_length = packet_number_length_;
header.public_header.connection_id_length = connection_id_length_;
- header.public_header.multipath_flag = false;
header.packet_number = number;
QuicFrames frames;
frames.push_back(frame);
@@ -963,7 +962,6 @@ class QuicConnectionTest : public QuicTestWithParam<TestParams> {
GetPeerInMemoryConnectionId(connection_id_);
header.public_header.packet_number_length = packet_number_length_;
header.public_header.connection_id_length = connection_id_length_;
- header.public_header.multipath_flag = false;
header.packet_number = number;
QuicFrames frames;
« no previous file with comments | « net/quic/core/quic_connection.cc ('k') | net/quic/core/quic_flags_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698