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..8e53cd7c0d030f80554559c35be4d12799a54096 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 estimated memory usage in bytes. |
+ size_t EstimateMemoryUsage() const; |
+ |
private: |
// A completion callback invoked when a read completes. |
void OnReadComplete(int result); |