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

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

Issue 2929883002: [GRC] ResourceCoordinatorInterface support to remove children (Closed)
Patch Set: 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 f2c99d94f04f6f49a1be2ee3666dcc01d56e0fa1..b8c404e356f6f54a2e12dc14e6bf5389da6d48e6 100644
--- a/services/resource_coordinator/public/interfaces/coordination_unit.mojom
+++ b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
@@ -57,6 +57,7 @@ interface CoordinationUnit {
// child_id must represent a CU which already exists service-side,
// and can't be a direct ascendent or descendent of the current unit.
AddChild(CoordinationUnitID child_id);
+ RemoveChild(CoordinationUnitID child_id);
nasko 2017/06/09 22:19:13 Does the above comment apply to RemoveChild? Readi
matthalp 2017/06/09 22:31:58 It does not. Comment added.
SetCoordinationPolicyCallback(CoordinationPolicyCallback callback);
// Sets a property on the CoordinationUnitImpl's internal key-value store.

Powered by Google App Engine
This is Rietveld 408576698