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

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

Issue 2430973004: Landing Recent QUIC changes until 10:38 AM, Oct 17, 2016 UTC-4 (Closed)
Patch Set: Improving flagsaver logging Created 4 years, 2 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_packet_generator.cc ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/core/quic_packet_generator_test.cc
diff --git a/net/quic/core/quic_packet_generator_test.cc b/net/quic/core/quic_packet_generator_test.cc
index 782d28ea26a2e8e4094d3c27743f7a57eb60b4b7..09ed821bc270ddfb14d0dd979c3ec0105b01a912 100644
--- a/net/quic/core/quic_packet_generator_test.cc
+++ b/net/quic/core/quic_packet_generator_test.cc
@@ -207,7 +207,6 @@ class QuicPacketGeneratorTest : public ::testing::Test {
return ::net::MakeIOVector(s, &iov_);
}
- QuicFlagSaver flags_; // Save/restore all QUIC flag values.
QuicFramer framer_;
MockRandom random_;
SimpleBufferAllocator buffer_allocator_;
@@ -879,7 +878,6 @@ TEST_F(QuicPacketGeneratorTest, SetCurrentPath) {
// Regression test for b/31486443.
TEST_F(QuicPacketGeneratorTest, ConnectionCloseFrameLargerThanPacketSize) {
- FLAGS_quic_close_connection_on_huge_frames = true;
delegate_.SetCanWriteAnything();
QuicConnectionCloseFrame* frame = new QuicConnectionCloseFrame();
frame->error_code = QUIC_PACKET_WRITE_ERROR;
« no previous file with comments | « net/quic/core/quic_packet_generator.cc ('k') | net/quic/core/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698