| Index: base/memory/memory_pressure_monitor.h
|
| diff --git a/base/memory/memory_pressure_monitor.h b/base/memory/memory_pressure_monitor.h
|
| index 50260c4c13bce644df3297737b992cc833d2f870..90c94209653423aa29e714fbb4b7754b5e7a9bd3 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
|
|
|