| Index: net/socket/socks_client_socket.h
|
| diff --git a/net/socket/socks_client_socket.h b/net/socket/socks_client_socket.h
|
| index 0f6d189cc43a32efb8de62e8788c08926fd1bf5c..6dcb8cd9d283a94317070aea9d2022991ce9fc19 100644
|
| --- a/net/socket/socks_client_socket.h
|
| +++ b/net/socket/socks_client_socket.h
|
| @@ -57,6 +57,8 @@ class NET_EXPORT_PRIVATE SOCKSClientSocket : 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;
|
|
|
| // Socket implementation.
|
| int Read(IOBuffer* buf,
|
|
|