| Index: jingle/glue/proxy_resolving_client_socket.h
|
| diff --git a/jingle/glue/proxy_resolving_client_socket.h b/jingle/glue/proxy_resolving_client_socket.h
|
| index 8a5c726f383404f332e5e9365404659297bbe69e..447610e5f372f15ad76efe8d962a54c9bca24d74 100644
|
| --- a/jingle/glue/proxy_resolving_client_socket.h
|
| +++ b/jingle/glue/proxy_resolving_client_socket.h
|
| @@ -79,6 +79,8 @@ class ProxyResolvingClientSocket : public net::StreamSocket {
|
| void AddConnectionAttempts(const net::ConnectionAttempts& attempts) override {
|
| }
|
| int64_t GetTotalReceivedBytes() const override;
|
| + void DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const override;
|
|
|
| private:
|
| // Proxy resolution and connection functions.
|
|
|