| Index: net/socket/unix_domain_client_socket_posix.h
|
| diff --git a/net/socket/unix_domain_client_socket_posix.h b/net/socket/unix_domain_client_socket_posix.h
|
| index b5af84546f387c7767fcdc24e2054769568ffcd6..e56fa22c5c231bf58911bb11d048489b58efd2e3 100644
|
| --- a/net/socket/unix_domain_client_socket_posix.h
|
| +++ b/net/socket/unix_domain_client_socket_posix.h
|
| @@ -59,6 +59,8 @@ class NET_EXPORT UnixDomainClientSocket : 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,
|
|
|