| Index: net/spdy/hpack/hpack_encoder.h
|
| diff --git a/net/spdy/hpack/hpack_encoder.h b/net/spdy/hpack/hpack_encoder.h
|
| index f2d95e3257b7447fa578ace15f79823361e721ff..0d5f2d506ba2b0e5fef30d5485d868035b976c8e 100644
|
| --- a/net/spdy/hpack/hpack_encoder.h
|
| +++ b/net/spdy/hpack/hpack_encoder.h
|
| @@ -101,6 +101,9 @@ class NET_EXPORT_PRIVATE HpackEncoder {
|
|
|
| void DisableCompression() { enable_compression_ = false; }
|
|
|
| + // Returns the estimate of dynamically allocated memory in bytes.
|
| + size_t EstimateMemoryUsage() const;
|
| +
|
| private:
|
| friend class test::HpackEncoderPeer;
|
|
|
|
|