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

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

Issue 2544813002: Remove enum SpdyMajorVersion. (Closed)
Patch Set: Merge comment changes from 140661724. 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 | « net/quic/core/spdy_utils.cc ('k') | net/spdy/buffered_spdy_framer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « net/quic/core/spdy_utils.cc ('k') | net/spdy/buffered_spdy_framer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698