| Index: content/child/web_memory_dump_provider_adapter.cc
|
| diff --git a/content/child/web_memory_dump_provider_adapter.cc b/content/child/web_memory_dump_provider_adapter.cc
|
| index dcb015f02b929dfe06a26c78c30849b353aeab93..0513d2f5c1048c160c8cc6cf37feae31b0043e35 100644
|
| --- a/content/child/web_memory_dump_provider_adapter.cc
|
| +++ b/content/child/web_memory_dump_provider_adapter.cc
|
| @@ -19,7 +19,10 @@ WebMemoryDumpProviderAdapter::~WebMemoryDumpProviderAdapter() {
|
| }
|
|
|
| bool WebMemoryDumpProviderAdapter::OnMemoryDump(
|
| + const base::trace_event::MemoryDumpArgs& args,
|
| base::trace_event::ProcessMemoryDump* pmd) {
|
| + // TODO(ssid): Expose MemoryDumpArgs to Blink and send args to the dump
|
| + // providers in Blink (crbug.com/499731).
|
| WebProcessMemoryDumpImpl web_pmd_impl(pmd);
|
| return web_memory_dump_provider_->onMemoryDump(&web_pmd_impl);
|
| }
|
|
|