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

Unified Diff: net/socket/ssl_client_socket_unittest.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_client_socket_unittest.cc
diff --git a/net/socket/ssl_client_socket_unittest.cc b/net/socket/ssl_client_socket_unittest.cc
index d451d31c2e95d794852f617e0379de425d9cc152..dd8f72c79e1c9d1d8525dbfb29ffc010018f20e8 100644
--- a/net/socket/ssl_client_socket_unittest.cc
+++ b/net/socket/ssl_client_socket_unittest.cc
@@ -131,6 +131,9 @@ class WrappedStreamSocket : public StreamSocket {
return transport_->GetTotalReceivedBytes();
}
+ void DumpMemoryStats(
+ base::trace_event::MemoryAllocatorDump* dump) const override {}
+
// Socket implementation:
int Read(IOBuffer* buf,
int buf_len,

Powered by Google App Engine
This is Rietveld 408576698