| Index: net/socket/ssl_client_socket_pool.h
|
| diff --git a/net/socket/ssl_client_socket_pool.h b/net/socket/ssl_client_socket_pool.h
|
| index e7b7e8c92599bf7f70788478fbc5140656cd0d50..c02fe98150fe34b3b8238ae3ce40e53411b4116c 100644
|
| --- a/net/socket/ssl_client_socket_pool.h
|
| +++ b/net/socket/ssl_client_socket_pool.h
|
| @@ -233,6 +233,11 @@ class NET_EXPORT_PRIVATE SSLClientSocketPool
|
| LoadState GetLoadState(const std::string& group_name,
|
| const ClientSocketHandle* handle) const override;
|
|
|
| + // 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_dump_absolute_name) const;
|
| +
|
| std::unique_ptr<base::DictionaryValue> GetInfoAsValue(
|
| const std::string& name,
|
| const std::string& type,
|
|
|