| Index: content/browser/memory/memory_coordinator_impl.h
|
| diff --git a/content/browser/memory/memory_coordinator_impl.h b/content/browser/memory/memory_coordinator_impl.h
|
| index 0b25907838950db492539bc7f215dc311a0a60de..722b98a27ace63cf1c1ad73a7dc20ef24b708202 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.h
|
| +++ b/content/browser/memory/memory_coordinator_impl.h
|
| @@ -111,11 +111,6 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public base::MemoryCoordinator,
|
| // Tries to purge memory from the provided child process.
|
| bool TryToPurgeMemoryFromChild(int render_process_id);
|
|
|
| - // Records memory pressure notifications. Called by MemoryPressureMonitor.
|
| - // TODO(bashi): Remove this when MemoryPressureMonitor is retired.
|
| - void RecordMemoryPressure(
|
| - base::MemoryPressureMonitor::MemoryPressureLevel level);
|
| -
|
| // base::MemoryCoordinator implementations:
|
| MemoryState GetCurrentMemoryState() const override;
|
|
|
|
|