| Index: net/socket/client_socket_pool_manager.h
|
| diff --git a/net/socket/client_socket_pool_manager.h b/net/socket/client_socket_pool_manager.h
|
| index 6f1d4078a35f0d955efddc6c91f94b29a31712f0..e1015dde7f21f073e3f4cd909f33023d45ac2f62 100644
|
| --- a/net/socket/client_socket_pool_manager.h
|
| +++ b/net/socket/client_socket_pool_manager.h
|
| @@ -18,6 +18,9 @@ class GURL;
|
|
|
| namespace base {
|
| class Value;
|
| +namespace trace_event {
|
| +class MemoryAllocatorDump;
|
| +}
|
| }
|
|
|
| namespace net {
|
| @@ -85,6 +88,8 @@ class NET_EXPORT_PRIVATE ClientSocketPoolManager {
|
| const HostPortPair& proxy_server) = 0;
|
| // Creates a Value summary of the state of the socket pools.
|
| virtual std::unique_ptr<base::Value> SocketPoolInfoToValue() const = 0;
|
| + virtual void PopulateAllocatorDump(
|
| + base::trace_event::MemoryAllocatorDump* dump) const = 0;
|
| };
|
|
|
| // A helper method that uses the passed in proxy information to initialize a
|
|
|