| Index: net/quic/quic_data_reader.h
|
| diff --git a/net/quic/quic_data_reader.h b/net/quic/quic_data_reader.h
|
| index 46f37bf312aeab1da2c80f4b8998cea158f3d4b8..5477bd17457991ed1cd37f5cd53f63bdeb3baa07 100644
|
| --- a/net/quic/quic_data_reader.h
|
| +++ b/net/quic/quic_data_reader.h
|
| @@ -58,6 +58,7 @@ class NET_EXPORT_PRIVATE QuicDataReader {
|
| // Forwards the internal iterator on success.
|
| // Returns true on success, false otherwise.
|
| bool ReadUInt128(uint128* result);
|
| +
|
| // Reads a string prefixed with 16-bit length into the given output parameter.
|
| //
|
| // NOTE: Does not copy but rather references strings in the underlying buffer.
|
|
|