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

Unified Diff: content/common/child_memory_coordinator.mojom

Issue 2685263002: Add PurgeMemory() method for ChildMemoryCoordinator.mojom (Closed)
Patch Set: Add TRACE_EVENT 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
Index: content/common/child_memory_coordinator.mojom
diff --git a/content/common/child_memory_coordinator.mojom b/content/common/child_memory_coordinator.mojom
index 0a20b7fbd3fce8589a4d74b99cfa8c83f3bf40ba..72a463f71f2942d2961ae1f0db9430707b42a5bd 100644
--- a/content/common/child_memory_coordinator.mojom
+++ b/content/common/child_memory_coordinator.mojom
@@ -20,4 +20,7 @@ interface ChildMemoryCoordinator {
// Called when the central memory coodinator changes the state for child
// processes.
OnStateChange(MemoryState state);
+
+ // Requests purging memory.
dcheng 2017/02/14 07:48:18 Nit: I'd suggest rewording this comment to include
bashi 2017/02/14 08:02:36 Done.
+ PurgeMemory();
};

Powered by Google App Engine
This is Rietveld 408576698