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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 1656943004: Remove the flag which disables non NAT address migration. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@113049250
Patch Set: Created 4 years, 11 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_flags.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index ced4c694169766dcf6eb740e07d91496a8dd2467..adeded978e6ab62ba3d6b17b760d89b574c6ec5f 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -1473,8 +1473,6 @@ class WrongAddressWriter : public QuicPacketWriterWrapper {
};
TEST_P(EndToEndTest, ConnectionMigrationClientIPChanged) {
- ValueRestore<bool> old_flag(&FLAGS_quic_disable_non_nat_address_migration,
- false);
ASSERT_TRUE(Initialize());
EXPECT_EQ(kFooResponseBody, client_->SendSynchronousRequest("/foo"));
@@ -1496,8 +1494,6 @@ TEST_P(EndToEndTest, ConnectionMigrationClientIPChanged) {
}
TEST_P(EndToEndTest, ConnectionMigrationClientPortChanged) {
- ValueRestore<bool> old_flag(&FLAGS_quic_disable_non_nat_address_migration,
- false);
// Tests that the client's port can change during an established QUIC
// connection, and that doing so does not result in the connection being
// closed by the server.
« no previous file with comments | « net/quic/quic_flags.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698