Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2707)

Unified Diff: base/memory/memory_pressure_listener.h

Issue 2678323002: Add documentation for MemoryCoordinator-related primitives
Patch Set: Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/sys_info.h » ('j') | base/sys_info.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/memory/memory_pressure_listener.h
diff --git a/base/memory/memory_pressure_listener.h b/base/memory/memory_pressure_listener.h
index 7e97010085dc8dcaea7f0fb68993b968fc5484c5..476a07e9b3dc961e8b178cacd764a0930fad5b0b 100644
--- a/base/memory/memory_pressure_listener.h
+++ b/base/memory/memory_pressure_listener.h
@@ -43,6 +43,9 @@ namespace base {
// // Stop listening.
// delete my_listener;
//
+// We're planning to replace MemoryPressureListener with MemoryCoordinator.
+// See a comment in MemoryCoordinator.
+// TODO(bashi): Deprecate MemoryPressureListener.
Ryan Sleevi 2017/02/08 15:02:04 Note that the "we" here is ambiguous (is it team?
haraken 2017/02/09 02:37:31 - Removed 'we'. - Regarding the mapping, we'll ma
class BASE_EXPORT MemoryPressureListener {
public:
// A Java counterpart will be generated for this enum.
« no previous file with comments | « no previous file | base/sys_info.h » ('j') | base/sys_info.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698