| Index: content/browser/memory/memory_coordinator.cc
|
| diff --git a/content/browser/memory/memory_coordinator.cc b/content/browser/memory/memory_coordinator.cc
|
| index f6e74e95cca719aa6cb03a4b6d056dd4778028eb..ed6dde02a12660b4349c0a5b59735eaa5cd237f5 100644
|
| --- a/content/browser/memory/memory_coordinator.cc
|
| +++ b/content/browser/memory/memory_coordinator.cc
|
| @@ -120,6 +120,10 @@ mojom::MemoryState MemoryCoordinator::GetMemoryState(
|
| return iter->second.memory_state;
|
| }
|
|
|
| +base::MemoryState MemoryCoordinator::GetCurrentMemoryState() const {
|
| + return base::MemoryState::UNKNOWN;
|
| +}
|
| +
|
| void MemoryCoordinator::AddChildForTesting(
|
| int dummy_render_process_id, mojom::ChildMemoryCoordinatorPtr child) {
|
| mojom::MemoryCoordinatorHandlePtr mch;
|
|
|