| Index: net/spdy/spdy_header_block.h
|
| diff --git a/net/spdy/spdy_header_block.h b/net/spdy/spdy_header_block.h
|
| index fe8827f5c8d06aba8c0932439c06aaea956dab3e..e09b33d8896e32aa8beb7b952f85c09e436c8b59 100644
|
| --- a/net/spdy/spdy_header_block.h
|
| +++ b/net/spdy/spdy_header_block.h
|
| @@ -218,6 +218,9 @@ class NET_EXPORT SpdyHeaderBlock {
|
| bool valid_;
|
| };
|
|
|
| + // Returns the estimate of dynamically allocated memory in bytes.
|
| + size_t EstimateMemoryUsage() const;
|
| +
|
| private:
|
| friend class test::SpdyHeaderBlockPeer;
|
|
|
|
|