| Index: net/quic/chromium/quic_chromium_packet_reader.h
|
| diff --git a/net/quic/chromium/quic_chromium_packet_reader.h b/net/quic/chromium/quic_chromium_packet_reader.h
|
| index a58c623ba9a9c859ad5d0c00a466c7c9ef812b9d..14dca1a1160f48cb12c5d7d17d76bc8022f254c0 100644
|
| --- a/net/quic/chromium/quic_chromium_packet_reader.h
|
| +++ b/net/quic/chromium/quic_chromium_packet_reader.h
|
| @@ -49,6 +49,9 @@ class NET_EXPORT_PRIVATE QuicChromiumPacketReader {
|
| // and passing the data along to the QuicConnection.
|
| void StartReading();
|
|
|
| + // Returns the estimate of dynamically allocated memory in bytes.
|
| + size_t EstimateMemoryUsage() const;
|
| +
|
| private:
|
| // A completion callback invoked when a read completes.
|
| void OnReadComplete(int result);
|
|
|