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

Unified Diff: net/socket/fuzzed_socket_factory.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/fuzzed_socket_factory.cc
diff --git a/net/socket/fuzzed_socket_factory.cc b/net/socket/fuzzed_socket_factory.cc
index 0385bb2eadf7c4283671c9480dac0413b85447b9..defa4855a90c3a8d600018019fc118462061c43b 100644
--- a/net/socket/fuzzed_socket_factory.cc
+++ b/net/socket/fuzzed_socket_factory.cc
@@ -89,6 +89,9 @@ class FailingSSLClientSocket : public SSLClientSocket {
int64_t GetTotalReceivedBytes() const override { return 0; }
+ void DumpMemoryStats(
+ base::trace_event::MemoryAllocatorDump* dump) const override {}
+
// SSLSocket implementation:
int ExportKeyingMaterial(const base::StringPiece& label,
bool has_context,

Powered by Google App Engine
This is Rietveld 408576698