| Index: net/socket/client_socket_pool.h
|
| diff --git a/net/socket/client_socket_pool.h b/net/socket/client_socket_pool.h
|
| index 15dbe5f02d6e09d6e503c6dccb4eab0a268e4949..46f9feee88b500344dd403b81d9b85bc1d791ba7 100644
|
| --- a/net/socket/client_socket_pool.h
|
| +++ b/net/socket/client_socket_pool.h
|
| @@ -20,6 +20,9 @@
|
|
|
| namespace base {
|
| class DictionaryValue;
|
| +namespace trace_event {
|
| +class MemoryAllocatorDump;
|
| +}
|
| }
|
|
|
| namespace net {
|
| @@ -172,6 +175,9 @@ class NET_EXPORT ClientSocketPool : public LowerLayeredPool {
|
| const std::string& type,
|
| bool include_nested_pools) const = 0;
|
|
|
| + virtual void PopulateAllocatorDump(
|
| + base::trace_event::MemoryAllocatorDump* dump) const;
|
| +
|
| // Returns the maximum amount of time to wait before retrying a connect.
|
| static const int kMaxConnectRetryIntervalMs = 250;
|
|
|
|
|