Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(651)

Unified Diff: net/spdy/hpack/hpack_decoder3.h

Issue 2665283003: Improve memory estimate of SpdySessionPool in net/ MemoryDumpProvider. (Closed)
Patch Set: rebased Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/spdy/hpack/hpack_decoder2.cc ('k') | net/spdy/hpack/hpack_decoder3.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack/hpack_decoder3.h
diff --git a/net/spdy/hpack/hpack_decoder3.h b/net/spdy/hpack/hpack_decoder3.h
index 0d64251e9923bad2572da4b3fbaa4330d32c3984..a83fdf2fad3a6f9dc7565220d864a3080f8339a8 100644
--- a/net/spdy/hpack/hpack_decoder3.h
+++ b/net/spdy/hpack/hpack_decoder3.h
@@ -50,6 +50,7 @@ class NET_EXPORT_PRIVATE HpackDecoder3 : public HpackDecoderInterface {
override;
void set_max_decode_buffer_size_bytes(
size_t max_decode_buffer_size_bytes) override;
+ size_t EstimateMemoryUsage() const override;
private:
class NET_EXPORT_PRIVATE ListenerAdapter
« no previous file with comments | « net/spdy/hpack/hpack_decoder2.cc ('k') | net/spdy/hpack/hpack_decoder3.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698