| Index: net/quic/quic_packet_generator.h
|
| diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h
|
| index 75472a17f5071bf335ac793309f2f733bb0b3949..8d415bf9970191f01387e20acf016db2bcb8a442 100644
|
| --- a/net/quic/quic_packet_generator.h
|
| +++ b/net/quic/quic_packet_generator.h
|
| @@ -71,6 +71,7 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator {
|
| virtual QuicCongestionFeedbackFrame* CreateFeedbackFrame() = 0;
|
| // Takes ownership of |packet.packet| and |packet.retransmittable_frames|.
|
| virtual bool OnSerializedPacket(const SerializedPacket& packet) = 0;
|
| + virtual void CloseConnection(QuicErrorCode error, bool from_peer) = 0;
|
| };
|
|
|
| // Interface which gets callbacks from the QuicPacketGenerator at interesting
|
|
|