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

Unified Diff: net/quic/quic_protocol.h

Issue 1661863002: Remove a test-only SerializedPacket constructor from QUIC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@113110142
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_connection_test.cc ('k') | net/quic/quic_protocol.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_protocol.h
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index 7c4a45a3cdb1301b71ab664856a5aa59d54d9abd..06008ab7f3b3a813d6bca3c20b75ba0c622e54fa 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -1298,19 +1298,6 @@ struct NET_EXPORT_PRIVATE SerializedPacket {
QuicFrames* retransmittable_frames,
bool has_ack,
bool has_stop_waiting);
- SerializedPacket(QuicPathId path_id,
- QuicPacketNumber packet_number,
- QuicPacketNumberLength packet_number_length,
- char* encrypted_buffer,
- size_t encrypted_length,
- bool owns_buffer,
- QuicPacketEntropyHash entropy_hash,
- QuicFrames* retransmittable_frames,
- bool needs_padding,
- IsHandshake is_handshake,
- bool has_ack,
- bool has_stop_waiting,
- EncryptionLevel level);
~SerializedPacket();
QuicEncryptedPacket* packet;
« no previous file with comments | « net/quic/quic_connection_test.cc ('k') | net/quic/quic_protocol.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698