| Index: net/socket/socks5_client_socket.h
|
| diff --git a/net/socket/socks5_client_socket.h b/net/socket/socks5_client_socket.h
|
| index 268fbfbd05a54e0e290c325bc63cd619d76b43df..cfe367eb1b599525882454cb37c4ed750817f3c2 100644
|
| --- a/net/socket/socks5_client_socket.h
|
| +++ b/net/socket/socks5_client_socket.h
|
| @@ -60,6 +60,8 @@ class NET_EXPORT_PRIVATE SOCKS5ClientSocket : 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,
|
|
|