Chromium Code Reviews| 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. |