| Index: net/quic/quic_connection.h
|
| diff --git a/net/quic/quic_connection.h b/net/quic/quic_connection.h
|
| index 14c45a1e9918985fdc164391600b718faf501b5f..76dabff254c5111a52639eacbffbf3678ea9da3a 100644
|
| --- a/net/quic/quic_connection.h
|
| +++ b/net/quic/quic_connection.h
|
| @@ -745,6 +745,9 @@ class NET_EXPORT_PRIVATE QuicConnection
|
| // Contains the connection close packet if the connection has been closed.
|
| scoped_ptr<QuicEncryptedPacket> connection_close_packet_;
|
|
|
| + // When true, the connection does not send a close packet on timeout.
|
| + bool silent_close_enabled_;
|
| +
|
| FecGroupMap group_map_;
|
|
|
| QuicReceivedPacketManager received_packet_manager_;
|
|
|