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

Unified Diff: components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom

Issue 2150783003: Add memory pressure dispatching callback to MemoryCoordinator (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mc-3-client
Patch Set: rebase Created 4 years, 5 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 | « components/memory_coordinator/browser/memory_coordinator_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom
diff --git a/components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom b/components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom
index 59c653ebcdb3f27d96432ced184d5ba93c7e7fe7..f54a3da2a2ed326ac53c29785c6e9d2ac9509bbc 100644
--- a/components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom
+++ b/components/memory_coordinator/public/interfaces/child_memory_coordinator.mojom
@@ -8,8 +8,7 @@ enum MemoryState {
UNKNOWN = -1,
NORMAL = 0,
THROTTLED = 1,
- // TODO(bashi): Define SUSPENDED when we need it.
- // SUSPENDED = 2,
+ SUSPENDED = 2,
};
// ChildMemoryCoordinator lives in a child process and receives memory events
« no previous file with comments | « components/memory_coordinator/browser/memory_coordinator_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698