Index: net/quic/quic_packet_creator.h |
diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h |
index bada2c3e9ae0387a4c1ddb96c35a38f2d6211bfc..35b5b756c34b9fbd431347763b035c52ad9c12aa 100644 |
--- a/net/quic/quic_packet_creator.h |
+++ b/net/quic/quic_packet_creator.h |
@@ -87,17 +87,6 @@ class NET_EXPORT_PRIVATE QuicPacketCreator : public QuicFecBuilderInterface { |
bool fin, |
QuicFrame* frame); |
- // As above, but keeps track of an QuicAckNotifier that should be called when |
- // the packet that contains this stream frame is ACKed. |
- // The |notifier| is not owned by the QuicPacketGenerator and must outlive the |
- // generated packet. |
- size_t CreateStreamFrameWithNotifier(QuicStreamId id, |
- const IOVector& data, |
- QuicStreamOffset offset, |
- bool fin, |
- QuicAckNotifier* notifier, |
- QuicFrame* frame); |
- |
// Serializes all frames into a single packet. All frames must fit into a |
// single packet. Also, sets the entropy hash of the serialized packet to a |
// random bool and returns that value as a member of SerializedPacket. |