| Index: content/child/memory/child_memory_coordinator_impl.cc
|
| diff --git a/content/child/memory/child_memory_coordinator_impl.cc b/content/child/memory/child_memory_coordinator_impl.cc
|
| index 847794220f6057729e418ac4e2972bfdb664234f..6c381413d175be079291d9887df1a341897724ce 100644
|
| --- a/content/child/memory/child_memory_coordinator_impl.cc
|
| +++ b/content/child/memory/child_memory_coordinator_impl.cc
|
| @@ -59,6 +59,8 @@ ChildMemoryCoordinatorImpl::~ChildMemoryCoordinatorImpl() {
|
| }
|
|
|
| void ChildMemoryCoordinatorImpl::PurgeMemory() {
|
| + TRACE_EVENT0(TRACE_DISABLED_BY_DEFAULT("memory-infra"),
|
| + "ChildMemoryCoordinatorImpl::PurgeMemory");
|
| // TODO(bashi): Remove Notify() call when all clients implement
|
| // OnPurgeMemory();
|
| base::MemoryCoordinatorClientRegistry::GetInstance()->Notify(
|
|
|