| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 8d251bf3d42ab788f3218dacb077bc4b2add86c0..5af315b58fc5eca2eb4a3848d714901ec962d4ca 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 {
|
| @@ -275,6 +279,8 @@ class NET_EXPORT HttpNetworkSession
|
| SSLConfig* server_config,
|
| SSLConfig* proxy_config) const;
|
|
|
| + void PopulateAllocatorDump(base::trace_event::MemoryAllocatorDump* dump) const ;
|
| +
|
| private:
|
| friend class HttpNetworkSessionPeer;
|
|
|
|
|