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

Unified Diff: net/socket/mock_client_socket_pool_manager.cc

Issue 2541093003: Instrument SSL sockets using MemoryDumpProvider (Closed)
Patch Set: Fix flaky test Created 4 years 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
« no previous file with comments | « net/socket/mock_client_socket_pool_manager.h ('k') | net/socket/socket_bio_adapter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/mock_client_socket_pool_manager.cc
diff --git a/net/socket/mock_client_socket_pool_manager.cc b/net/socket/mock_client_socket_pool_manager.cc
index 3f33b64533b1e5f517d78a2c50c4e9f782e27d19..3c80ac64bb7865abc547f0328a3849ba7398a77b 100644
--- a/net/socket/mock_client_socket_pool_manager.cc
+++ b/net/socket/mock_client_socket_pool_manager.cc
@@ -93,4 +93,8 @@ MockClientSocketPoolManager::SocketPoolInfoToValue() const {
return std::unique_ptr<base::Value>(nullptr);
}
+void MockClientSocketPoolManager::DumpMemoryStats(
+ base::trace_event::ProcessMemoryDump* pmd,
+ const std::string& parent_dump_absolute_name) const {}
+
} // namespace net
« no previous file with comments | « net/socket/mock_client_socket_pool_manager.h ('k') | net/socket/socket_bio_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698