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

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

Issue 2544813002: Remove enum SpdyMajorVersion. (Closed)
Patch Set: Revert creating local variables to avoid silly compiler error about int to bool conversion. 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
Index: net/quic/test_tools/quic_test_packet_maker.cc
diff --git a/net/quic/test_tools/quic_test_packet_maker.cc b/net/quic/test_tools/quic_test_packet_maker.cc
index a76b0c7d851264d2e217f658bc8bdfc2ebeb1287..d00aedfadbef8ee9a5539b18c590196c4df8f837 100644
--- a/net/quic/test_tools/quic_test_packet_maker.cc
+++ b/net/quic/test_tools/quic_test_packet_maker.cc
@@ -27,8 +27,6 @@ QuicTestPacketMaker::QuicTestPacketMaker(QuicVersion version,
connection_id_(connection_id),
clock_(clock),
host_(host),
- spdy_request_framer_(HTTP2),
- spdy_response_framer_(HTTP2),
perspective_(perspective) {}
QuicTestPacketMaker::~QuicTestPacketMaker() {}

Powered by Google App Engine
This is Rietveld 408576698