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

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

Issue 2940983002: [GRC] Add Additional CoordinationUnitProperty Types (Closed)
Patch Set: Remove extraneous files 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..0d3ef82b3d9c640a413ae2064bd3494dc2e0f486 100644
--- a/services/resource_coordinator/public/interfaces/coordination_unit.mojom
+++ b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
@@ -34,6 +34,8 @@ interface CoordinationPolicyCallback {
// CoordinationUnitImpl internal key-value store.
enum PropertyType {
kTest,
+ kProcessCPUUsage,
+ kTabURL,
};
// Key-value pair that corresponds to an entry in the CoordinationUnitImpl's
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698