| Index: net/socket/tcp_client_socket.h
|
| diff --git a/net/socket/tcp_client_socket.h b/net/socket/tcp_client_socket.h
|
| index 295e8b68113950afda1d7f0379b840a4bfdf4c1b..6faadde2ea0420112033d89844ed61ffdf0eee2a 100644
|
| --- a/net/socket/tcp_client_socket.h
|
| +++ b/net/socket/tcp_client_socket.h
|
| @@ -81,6 +81,8 @@ class NET_EXPORT TCPClientSocket : public StreamSocket {
|
| void ClearConnectionAttempts() override;
|
| void AddConnectionAttempts(const ConnectionAttempts& attempts) override;
|
| int64_t GetTotalReceivedBytes() const override;
|
| + void DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const override;
|
|
|
| private:
|
| // State machine for connecting the socket.
|
|
|