| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 5f016942643fd72a2fc9a8a8dfaa7ce30588278a..cc20ea10eb48f5870a8bc9096fb01cbb7e6c3187 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -33,6 +33,9 @@
|
|
|
| namespace base {
|
| class Value;
|
| +namespace trace_event {
|
| +class ProcessMemoryDump;
|
| +}
|
| }
|
|
|
| namespace net {
|
| @@ -275,6 +278,11 @@ class NET_EXPORT HttpNetworkSession
|
| SSLConfig* server_config,
|
| SSLConfig* proxy_config) const;
|
|
|
| + // Dumps memory allocation stats. |parent_dump_absolute_name| is the name
|
| + // used by the parent MemoryAllocatorDump in the memory dump hierarchy.
|
| + void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
|
| + const std::string& parent_absolute_name) const;
|
| +
|
| private:
|
| friend class HttpNetworkSessionPeer;
|
|
|
|
|