summaryrefslogtreecommitdiffstats
path: root/content/common/host_discardable_shared_memory_manager.cc
diff options
context:
space:
mode:
Diffstat (limited to 'content/common/host_discardable_shared_memory_manager.cc')
-rw-r--r--content/common/host_discardable_shared_memory_manager.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/common/host_discardable_shared_memory_manager.cc b/content/common/host_discardable_shared_memory_manager.cc
index c56fd11..c2e9275 100644
--- a/content/common/host_discardable_shared_memory_manager.cc
+++ b/content/common/host_discardable_shared_memory_manager.cc
@@ -158,6 +158,7 @@ void HostDiscardableSharedMemoryManager::OnMemoryPressure(
base::AutoLock lock(lock_);
switch (memory_pressure_level) {
+ case base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_NONE:
case base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_MODERATE:
break;
case base::MemoryPressureListener::MEMORY_PRESSURE_LEVEL_CRITICAL: