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

Unified Diff: net/quic/chromium/quic_test_packet_maker.cc

Issue 2566513004: This change removes SpdyFramer::set_enable_compression() in favor of a constructor parameter. (Closed)
Patch Set: Created 4 years 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 | « no previous file | net/quic/core/quic_headers_stream.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/chromium/quic_test_packet_maker.cc
diff --git a/net/quic/chromium/quic_test_packet_maker.cc b/net/quic/chromium/quic_test_packet_maker.cc
index ac82f5b4b4376d3631228c7ea9deea61b6ed0d29..cd0941a50a2b589c1b794d3b1da3d274024af7ad 100644
--- a/net/quic/chromium/quic_test_packet_maker.cc
+++ b/net/quic/chromium/quic_test_packet_maker.cc
@@ -25,6 +25,8 @@ QuicTestPacketMaker::QuicTestPacketMaker(QuicVersion version,
connection_id_(connection_id),
clock_(clock),
host_(host),
+ spdy_request_framer_(SpdyFramer::ENABLE_COMPRESSION),
+ spdy_response_framer_(SpdyFramer::ENABLE_COMPRESSION),
perspective_(perspective) {}
QuicTestPacketMaker::~QuicTestPacketMaker() {}
« no previous file with comments | « no previous file | net/quic/core/quic_headers_stream.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698