| Index: remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| diff --git a/remoting/protocol/ssl_hmac_channel_authenticator.cc b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| index 1e3a0f787bbc919ae523610a3cda5e93f6b12c4d..5a29b323e3726c482fcfc32679f53c76dfb03610 100644
|
| --- a/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| +++ b/remoting/protocol/ssl_hmac_channel_authenticator.cc
|
| @@ -180,6 +180,10 @@ class NetStreamSocketAdapter : public net::StreamSocket {
|
| NOTIMPLEMENTED();
|
| return 0;
|
| }
|
| + void DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const override {
|
| + NOTREACHED();
|
| + }
|
|
|
| private:
|
| std::unique_ptr<P2PStreamSocket> socket_;
|
|
|