| 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..4ab651b7c6499107df46bd1cd7ce0efd366be532 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 DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const = 0;
|
| };
|
|
|
| // A helper method that uses the passed in proxy information to initialize a
|
|
|