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

Unified Diff: services/resource_coordinator/public/interfaces/coordination_unit.mojom

Issue 2926663003: [GRC] Coordination Unit Graph Observer (Closed)
Patch Set: Fix comment typo Created 3 years, 6 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: services/resource_coordinator/public/interfaces/coordination_unit.mojom
diff --git a/services/resource_coordinator/public/interfaces/coordination_unit.mojom b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
index c9b50ef937ab618ecf0257c24fec75bcef779ed2..ac35d37f6f0e3bb72533a408ab33bcf1c11fce94 100644
--- a/services/resource_coordinator/public/interfaces/coordination_unit.mojom
+++ b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
@@ -34,6 +34,7 @@ interface CoordinationPolicyCallback {
// CoordinationUnitImpl internal key-value store.
enum PropertyType {
kTest,
+ kProcessCPUUsage,
};
// Key-value pair that corresponds to an entry in the CoordinationUnitImpl's

Powered by Google App Engine
This is Rietveld 408576698