| Index: net/socket/ssl_server_socket_impl.cc
|
| diff --git a/net/socket/ssl_server_socket_impl.cc b/net/socket/ssl_server_socket_impl.cc
|
| index 3e3f79b20035c81a8c6b63b9b6a3ccb7e78e6b0a..0e7b966af9869e029b411f6302a260709c119779 100644
|
| --- a/net/socket/ssl_server_socket_impl.cc
|
| +++ b/net/socket/ssl_server_socket_impl.cc
|
| @@ -101,6 +101,9 @@ class SSLServerSocketImpl : public SSLServerSocket,
|
| void ClearConnectionAttempts() override {}
|
| void AddConnectionAttempts(const ConnectionAttempts& attempts) override {}
|
| int64_t GetTotalReceivedBytes() const override;
|
| + void DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const override {}
|
| +
|
| static int CertVerifyCallback(X509_STORE_CTX* store_ctx, void* arg);
|
|
|
| // SocketBIOAdapter::Delegate implementation.
|
|
|