| Index: content/child/child_discardable_shared_memory_manager.cc
|
| diff --git a/content/child/child_discardable_shared_memory_manager.cc b/content/child/child_discardable_shared_memory_manager.cc
|
| index 5bdcef7337279443eb335df5bdde37cdbd926d88..6a98c96aa0b606052ab31b7892340259abce202d 100644
|
| --- a/content/child/child_discardable_shared_memory_manager.cc
|
| +++ b/content/child/child_discardable_shared_memory_manager.cc
|
| @@ -192,6 +192,8 @@ ChildDiscardableSharedMemoryManager::AllocateLockedDiscardableMemory(
|
|
|
| bool ChildDiscardableSharedMemoryManager::OnMemoryDump(
|
| base::trace_event::ProcessMemoryDump* pmd) {
|
| + DiscardableMemoryAllocator::CreateMemoryPoolDumpForTracing(pmd);
|
| +
|
| base::AutoLock lock(lock_);
|
| return heap_.OnMemoryDump(pmd);
|
| }
|
|
|