| 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 7dbe5c6fceb9e7d8a0738db8b13f8003ec916354..5787e251f3b601d87d6977b3631dec2070d16cc2 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.h
|
| +++ b/content/browser/memory/memory_coordinator_impl.h
|
| @@ -50,6 +50,7 @@ class CONTENT_EXPORT MemoryCoordinatorImpl : public MemoryCoordinator,
|
|
|
| MemoryMonitor* memory_monitor() { return memory_monitor_.get(); }
|
|
|
| + base::MemoryState GetGlobalMemoryState() const override;
|
| base::MemoryState GetCurrentMemoryState() const override;
|
| void SetCurrentMemoryStateForTesting(base::MemoryState memory_state) override;
|
|
|
|
|