| 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 6c381413d175be079291d9887df1a341897724ce..de9f8b81d7ffe511fa3a96a90a85fb6666f2ec62 100644
|
| --- a/content/child/memory/child_memory_coordinator_impl.cc
|
| +++ b/content/child/memory/child_memory_coordinator_impl.cc
|
| @@ -61,10 +61,6 @@ 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(
|
| - base::MemoryState::SUSPENDED);
|
| base::MemoryCoordinatorClientRegistry::GetInstance()->PurgeMemory();
|
| }
|
|
|
|
|