| Index: content/renderer/render_thread_impl.cc
|
| diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
|
| index 9e7bf6551394a6ba1232031acaa508f33036cea7..59f3c2fb42f1ea755a318d8921aa8f15c26dbd6c 100644
|
| --- a/content/renderer/render_thread_impl.cc
|
| +++ b/content/renderer/render_thread_impl.cc
|
| @@ -842,6 +842,9 @@ void RenderThreadImpl::Init(
|
| base::Unretained(this))));
|
|
|
| if (base::FeatureList::IsEnabled(features::kMemoryCoordinator)) {
|
| + // Disable MemoryPressureListener when memory coordinator is enabled.
|
| + base::MemoryPressureListener::SetNotificationsSuppressed(true);
|
| +
|
| // TODO(bashi): Revisit how to manage the lifetime of
|
| // ChildMemoryCoordinatorImpl.
|
| // https://codereview.chromium.org/2094583002/#msg52
|
|
|