| Index: net/http/http_proxy_client_socket_wrapper.h
|
| diff --git a/net/http/http_proxy_client_socket_wrapper.h b/net/http/http_proxy_client_socket_wrapper.h
|
| index eb8dd7ac2a7ed077807627111434f5360829242d..665f69f1f16924fc2447090618072cbd5c9c5ee0 100644
|
| --- a/net/http/http_proxy_client_socket_wrapper.h
|
| +++ b/net/http/http_proxy_client_socket_wrapper.h
|
| @@ -104,6 +104,8 @@ class HttpProxyClientSocketWrapper : 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,
|
|
|