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

Unified Diff: net/http/http_network_session.cc

Issue 2565523002: Instrument SpdySessionPool using MemoryDumpProvider (Closed)
Patch Set: Address comments 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 | « no previous file | net/socket/client_socket_handle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.cc
diff --git a/net/http/http_network_session.cc b/net/http/http_network_session.cc
index 5d2a78681c4ed644a8b536be7f850a02ba7b0fef..0c3129112a56686f550870f3cf6b44dad75d976e 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -399,6 +399,8 @@ void HttpNetworkSession::DumpMemoryStats(
http_network_session_dump = pmd->CreateAllocatorDump(name);
normal_socket_pool_manager_->DumpMemoryStats(
pmd, http_network_session_dump->absolute_name());
+ spdy_session_pool_.DumpMemoryStats(
+ pmd, http_network_session_dump->absolute_name());
pmd->AddOwnershipEdge(pmd->GetAllocatorDump(parent_absolute_name)->guid(),
http_network_session_dump->guid());
}
« no previous file with comments | « no previous file | net/socket/client_socket_handle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698