| Index: content/common/host_discardable_shared_memory_manager.cc
|
| diff --git a/content/common/host_discardable_shared_memory_manager.cc b/content/common/host_discardable_shared_memory_manager.cc
|
| index d2afe38f1497de74b5d54d440600a75057005c71..7590c1f9bb4c6848f950a21da491494ab04ea0d8 100644
|
| --- a/content/common/host_discardable_shared_memory_manager.cc
|
| +++ b/content/common/host_discardable_shared_memory_manager.cc
|
| @@ -154,6 +154,7 @@ HostDiscardableSharedMemoryManager::AllocateLockedDiscardableMemory(
|
| }
|
|
|
| bool HostDiscardableSharedMemoryManager::OnMemoryDump(
|
| + const base::trace_event::MemoryDumpArgs& args,
|
| base::trace_event::ProcessMemoryDump* pmd) {
|
| base::AutoLock lock(lock_);
|
| for (const auto& process_entry : processes_) {
|
|
|