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

Unified Diff: net/http/http_network_session.cc

Issue 2619403002: TEMP DO NOT REVIEW
Patch Set: Created 3 years, 11 months 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/http/http_stream_factory.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 feb747de062113908465810876d5d9f1777c6442..7d3fcc566c93b6eae13c5a2f9be325a0473456b0 100644
--- a/net/http/http_network_session.cc
+++ b/net/http/http_network_session.cc
@@ -428,6 +428,11 @@ void HttpNetworkSession::DumpMemoryStats(
pmd, http_network_session_dump->absolute_name());
spdy_session_pool_.DumpMemoryStats(
pmd, http_network_session_dump->absolute_name());
+ if(http_stream_factory_) {
+ http_stream_factory_->DumpMemoryStats(
+ pmd, http_network_session_dump->absolute_name());
+ }
+
}
// Create an empty row under parent's dump so size can be attributed correctly
// if |this| is shared between URLRequestContexts.
« no previous file with comments | « no previous file | net/http/http_stream_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698