| Index: jingle/glue/fake_ssl_client_socket.h
|
| diff --git a/jingle/glue/fake_ssl_client_socket.h b/jingle/glue/fake_ssl_client_socket.h
|
| index 1cb15fc6f1f844e1cb242da3c4cae4ea988677e6..8837183c4d929b7db0587c260627e556771699ff 100644
|
| --- a/jingle/glue/fake_ssl_client_socket.h
|
| +++ b/jingle/glue/fake_ssl_client_socket.h
|
| @@ -73,6 +73,8 @@ class FakeSSLClientSocket : 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:
|
| enum HandshakeState {
|
|
|