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

Unified Diff: net/socket/ssl_server_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_server_socket_unittest.cc
diff --git a/net/socket/ssl_server_socket_unittest.cc b/net/socket/ssl_server_socket_unittest.cc
index fe9953da02aeffc3682afe99114f48f8cca28e97..b9a91c995ba72af6dd5a8e3361e97463171eabd1 100644
--- a/net/socket/ssl_server_socket_unittest.cc
+++ b/net/socket/ssl_server_socket_unittest.cc
@@ -317,6 +317,9 @@ class FakeSocket : public StreamSocket {
return 0;
}
+ void DumpMemoryStats(
+ base::trace_event::MemoryAllocatorDump* dump) const override {}
+
private:
NetLogWithSource net_log_;
FakeDataChannel* incoming_;

Powered by Google App Engine
This is Rietveld 408576698