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

Unified Diff: net/spdy/hpack/hpack_decoder2.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_decoder.cc ('k') | net/spdy/hpack/hpack_decoder2.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/spdy/hpack/hpack_decoder2.h
diff --git a/net/spdy/hpack/hpack_decoder2.h b/net/spdy/hpack/hpack_decoder2.h
index 6dd207c0aad1d51b04905c168fa31a325df46c22..614ac01e588c352c262ac46ae71851f74aa54d86 100644
--- a/net/spdy/hpack/hpack_decoder2.h
+++ b/net/spdy/hpack/hpack_decoder2.h
@@ -56,6 +56,7 @@ class NET_EXPORT_PRIVATE HpackDecoder2 : public HpackDecoderInterface,
override;
void set_max_decode_buffer_size_bytes(
size_t max_decode_buffer_size_bytes) override;
+ size_t EstimateMemoryUsage() const override;
protected:
// Override the HpackEntryDecoderListener methods:
« no previous file with comments | « net/spdy/hpack/hpack_decoder.cc ('k') | net/spdy/hpack/hpack_decoder2.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698