Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(369)

Unified Diff: net/socket/ssl_server_socket_impl.cc

Issue 2525743002: Make URLRequestContext a MemoryDumpProvider (Abandoned) (Closed)
Patch Set: rebased to 7f3d142161b15869f6bea58ac43c5f52ce5834ac Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698