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

Unified Diff: content/public/browser/memory_coordinator.h

Issue 2678323002: Add documentation for MemoryCoordinator-related primitives
Patch Set: temp 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
« base/memory/memory_pressure_listener.h ('K') | « base/sys_info.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/memory_coordinator.h
diff --git a/content/public/browser/memory_coordinator.h b/content/public/browser/memory_coordinator.h
index 3b7b7494eaa1f7578e46c90962f97298c1966af4..e0927d6907b30ba4651718f541c71fc6536869ec 100644
--- a/content/public/browser/memory_coordinator.h
+++ b/content/public/browser/memory_coordinator.h
@@ -14,7 +14,7 @@ namespace content {
// The interface that represents the browser side of MemoryCoordinator.
// MemoryCoordinator determines memory state of each process (both browser
// and renderers) and dispatches state change notifications to its clients.
-// See comments on MemoryCoordinatorClient for details.
+// See comments on MemoryCoordinatorClient for how to use it.
Ryan Sleevi 2017/02/25 02:57:10 I think this comment (line 17) should be deleted e
class CONTENT_EXPORT MemoryCoordinator {
public:
virtual ~MemoryCoordinator() {}
« base/memory/memory_pressure_listener.h ('K') | « base/sys_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698