| Index: net/spdy/spdy_proxy_client_socket.h
|
| diff --git a/net/spdy/spdy_proxy_client_socket.h b/net/spdy/spdy_proxy_client_socket.h
|
| index f4465612b58c012c24e6ac9340c4d6b374d848e1..2e1cc93b9746102a8d07c8ad56300a00ca358563 100644
|
| --- a/net/spdy/spdy_proxy_client_socket.h
|
| +++ b/net/spdy/spdy_proxy_client_socket.h
|
| @@ -78,6 +78,8 @@ class NET_EXPORT_PRIVATE SpdyProxyClientSocket : public ProxyClientSocket,
|
| 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,
|
|
|