| Index: net/socket/ssl_client_socket_impl.h
|
| diff --git a/net/socket/ssl_client_socket_impl.h b/net/socket/ssl_client_socket_impl.h
|
| index 4d44008cd7ff4e7090861b8f85547c9a95447311..d010852fd810bcec06fbc2e591d61632379b1da5 100644
|
| --- a/net/socket/ssl_client_socket_impl.h
|
| +++ b/net/socket/ssl_client_socket_impl.h
|
| @@ -117,9 +117,7 @@ class SSLClientSocketImpl : public SSLClientSocket,
|
| void ClearConnectionAttempts() override {}
|
| void AddConnectionAttempts(const ConnectionAttempts& attempts) override {}
|
| int64_t GetTotalReceivedBytes() const override;
|
| - void DumpMemoryStats(
|
| - base::trace_event::ProcessMemoryDump* pmd,
|
| - const std::string& parent_dump_absolute_name) const override;
|
| + void DumpMemoryStats(SocketMemoryStats* stats) const override;
|
|
|
| // Dumps memory allocation stats. |pmd| is the browser process memory dump.
|
| static void DumpSSLClientSessionMemoryStats(
|
|
|