summaryrefslogtreecommitdiffstats
path: root/base/memory
diff options
context:
space:
mode:
authorchrisha <chrisha@chromium.org>2015-05-14 20:09:06 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-15 03:09:12 +0000
commitdc837f5038e15031c679cf30163b657bab27affa (patch)
treeb3dac4ba9f1be75fde8d8b767892bc89b79998dc /base/memory
parent04f883bb9cb0d17bc43905a501954bf44e153d1a (diff)
downloadchromium_src-dc837f5038e15031c679cf30163b657bab27affa.zip
chromium_src-dc837f5038e15031c679cf30163b657bab27affa.tar.gz
chromium_src-dc837f5038e15031c679cf30163b657bab27affa.tar.bz2
Rename OS-specific MemoryPressureMonitor implementations.
This is cleanup from https://codereview.chromium.org/1122863005/ BUG=472772 Review URL: https://codereview.chromium.org/1124163003 Cr-Commit-Position: refs/heads/master@{#330032}
Diffstat (limited to 'base/memory')
-rw-r--r--base/memory/memory_pressure_monitor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/memory/memory_pressure_monitor.h b/base/memory/memory_pressure_monitor.h
index 50260c4..90c9420 100644
--- a/base/memory/memory_pressure_monitor.h
+++ b/base/memory/memory_pressure_monitor.h
@@ -10,6 +10,9 @@
namespace base {
+// TODO(chrisha): Make this a concrete class with per-OS implementations rather
+// than an abstract base class.
+
// Declares the interface for a MemoryPressureMonitor. There are multiple
// OS specific implementations of this class. An instance of the memory
// pressure observer is created at the process level, tracks memory usage, and