| Index: net/http/http_proxy_client_socket.cc
|
| diff --git a/net/http/http_proxy_client_socket.cc b/net/http/http_proxy_client_socket.cc
|
| index dfc58f4827f84895945501350afc865b77c82bcb..e44d77d8457e12df422e02570b9ce1d4772e82e6 100644
|
| --- a/net/http/http_proxy_client_socket.cc
|
| +++ b/net/http/http_proxy_client_socket.cc
|
| @@ -207,6 +207,9 @@ int64_t HttpProxyClientSocket::GetTotalReceivedBytes() const {
|
| return transport_->socket()->GetTotalReceivedBytes();
|
| }
|
|
|
| +void HttpProxyClientSocket::DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const {}
|
| +
|
| int HttpProxyClientSocket::Read(IOBuffer* buf, int buf_len,
|
| const CompletionCallback& callback) {
|
| DCHECK(user_callback_.is_null());
|
|
|