| Index: net/quic/core/quic_data_writer.h
|
| diff --git a/net/quic/core/quic_data_writer.h b/net/quic/core/quic_data_writer.h
|
| index a7faca2ad45fefc45439723432903c9464771d1a..ca4b4a23cbcfd48874afa6212f7d2d94921d99c4 100644
|
| --- a/net/quic/core/quic_data_writer.h
|
| +++ b/net/quic/core/quic_data_writer.h
|
| @@ -52,6 +52,8 @@ class QUIC_EXPORT_PRIVATE QuicDataWriter {
|
| bool WriteRepeatedByte(uint8_t byte, size_t count);
|
| // Fills the remaining buffer with null characters.
|
| void WritePadding();
|
| + // Write padding of |count| bytes.
|
| + bool WritePaddingBytes(size_t count);
|
|
|
| // Write connection ID as a 64-bit unsigned integer to the payload.
|
| // TODO(fayang): Remove this method and use WriteUInt64() once deprecating
|
|
|