| Index: content/browser/memory/memory_message_filter.cc
|
| diff --git a/content/browser/memory/memory_message_filter.cc b/content/browser/memory/memory_message_filter.cc
|
| index b386717789ea162798019087a797fc22258c309c..e0ad1d0cd2d243bb7fa887332075481d4689ea02 100644
|
| --- a/content/browser/memory/memory_message_filter.cc
|
| +++ b/content/browser/memory/memory_message_filter.cc
|
| @@ -31,4 +31,9 @@ void MemoryMessageFilter::SendSetPressureNotificationsSuppressed(
|
| Send(new MemoryMsg_SetPressureNotificationsSuppressed(suppressed));
|
| }
|
|
|
| +void MemoryMessageFilter::SendSimulatePressureNotification(
|
| + MemoryPressureLevel level) {
|
| + Send(new MemoryMsg_SimulatePressureNotification(level));
|
| +}
|
| +
|
| } // namespace content
|
|
|