| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 333c2717b74c8de7362d3d305ce7e50196a54c1b..c32300dee895680bb212ac31d5df9fe09116cea8 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -31,8 +31,12 @@
|
| #include "net/spdy/spdy_session_pool.h"
|
| #include "net/ssl/ssl_client_auth_cache.h"
|
|
|
| +
|
| namespace base {
|
| class Value;
|
| +namespace trace_event {
|
| +class MemoryAllocatorDump;
|
| +}
|
| }
|
|
|
| namespace net {
|
| @@ -279,6 +283,8 @@ class NET_EXPORT HttpNetworkSession
|
| SSLConfig* server_config,
|
| SSLConfig* proxy_config) const;
|
|
|
| + void PopulateAllocatorDump(base::trace_event::MemoryAllocatorDump* dump) const ;
|
| +
|
| private:
|
| friend class HttpNetworkSessionPeer;
|
|
|
|
|