| Index: content/browser/memory/memory_coordinator_impl.cc
|
| diff --git a/content/browser/memory/memory_coordinator_impl.cc b/content/browser/memory/memory_coordinator_impl.cc
|
| index 5fa4ea4b3b0ed221efb56ecd509975750888fd47..a1354918d5e582bdb807df89e7370acf26d4140e 100644
|
| --- a/content/browser/memory/memory_coordinator_impl.cc
|
| +++ b/content/browser/memory/memory_coordinator_impl.cc
|
| @@ -110,6 +110,10 @@ void MemoryCoordinatorImpl::OnChildAdded(int render_process_id) {
|
| SetMemoryState(render_process_id, ToMojomMemoryState(current_state_));
|
| }
|
|
|
| +base::TimeDelta MemoryCoordinatorImpl::GetMonitoringInterval() const {
|
| + return monitoring_interval_;
|
| +}
|
| +
|
| base::MemoryState MemoryCoordinatorImpl::GetCurrentMemoryState() const {
|
| // SUSPENDED state may not make sense to the browser process. Use THROTTLED
|
| // instead when the global state is SUSPENDED.
|
|
|