| Index: net/quic/quic_sent_packet_manager.h
|
| diff --git a/net/quic/quic_sent_packet_manager.h b/net/quic/quic_sent_packet_manager.h
|
| index 925d6e2f0b516ae2e4cfe3d30917797a80a4ed9f..e79b201389799aaaf47973e9878e2244f248dee0 100644
|
| --- a/net/quic/quic_sent_packet_manager.h
|
| +++ b/net/quic/quic_sent_packet_manager.h
|
| @@ -94,8 +94,7 @@ class NET_EXPORT_PRIVATE QuicSentPacketManager {
|
| const QuicClock* clock,
|
| QuicConnectionStats* stats,
|
| CongestionControlType congestion_control_type,
|
| - LossDetectionType loss_type,
|
| - bool is_secure);
|
| + LossDetectionType loss_type);
|
| virtual ~QuicSentPacketManager();
|
|
|
| virtual void SetFromConfig(const QuicConfig& config);
|
|
|