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

Unified Diff: net/http/http_network_session.h

Issue 2623383005: Log states of JobController in Net MemoryDumpProvider (Closed)
Patch Set: self review 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_network_session.cc » ('j') | net/http/http_network_session.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index bf6436896aa716ebe199988b7c39c18023f345b3..ce06f9612ef012f4375d84b681a26da5d5379c9b 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -36,6 +36,7 @@ namespace base {
class Value;
namespace trace_event {
class ProcessMemoryDump;
+struct MemoryDumpArgs;
}
}
@@ -296,6 +297,7 @@ class NET_EXPORT HttpNetworkSession
// Dumps memory allocation stats. |parent_dump_absolute_name| is the name
// used by the parent MemoryAllocatorDump in the memory dump hierarchy.
void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
+ const base::trace_event::MemoryDumpArgs& args,
ssid 2017/01/13 22:23:58 You don't need to add an argument here. You can us
xunjieli 2017/01/17 17:51:24 Done.
const std::string& parent_absolute_name) const;
// Evaluates if QUIC is enabled for new streams.
« no previous file with comments | « no previous file | net/http/http_network_session.cc » ('j') | net/http/http_network_session.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698