Chromium Code Reviews| 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. |