| Index: net/quic/quic_packet_creator.h
|
| diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h
|
| index 86a5c0ed57620d592da20f0c3e3271e40fa77669..8abd49cd780f0369ad2d199c2a8dff701691b342 100644
|
| --- a/net/quic/quic_packet_creator.h
|
| +++ b/net/quic/quic_packet_creator.h
|
| @@ -69,9 +69,8 @@ class NET_EXPORT_PRIVATE QuicPacketCreator : public QuicFecBuilderInterface {
|
| // Makes the framer not serialize the protocol version in sent packets.
|
| void StopSendingVersion();
|
|
|
| - // The overhead the framing will add for a packet with num_frames frames.
|
| + // The overhead the framing will add for a packet with one frame.
|
| static size_t StreamFramePacketOverhead(
|
| - int num_frames,
|
| QuicGuidLength guid_length,
|
| bool include_version,
|
| QuicSequenceNumberLength sequence_number_length,
|
|
|