| Index: net/quic/quic_framer.h
|
| diff --git a/net/quic/quic_framer.h b/net/quic/quic_framer.h
|
| index 3645ca8289dc01c6abf90c6e3d4a6689bbc0aa5b..c994c2ef3f775c45bed9f5b1433cbdc6f9927a00 100644
|
| --- a/net/quic/quic_framer.h
|
| +++ b/net/quic/quic_framer.h
|
| @@ -243,7 +243,6 @@ class NET_EXPORT_PRIVATE QuicFramer {
|
| InFecGroup is_in_fec_group);
|
| // Size in bytes of all ack frame fields without the missing packets.
|
| static size_t GetMinAckFrameSize(
|
| - QuicSequenceNumberLength sequence_number_length,
|
| QuicSequenceNumberLength largest_observed_length);
|
| // Size in bytes of a stop waiting frame.
|
| static size_t GetStopWaitingFrameSize(
|
|
|