| 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 16a1b54ffb81cf8c793e6412cc5a2226cf8ef128..45379c8eea5b40f5f3cb5478a81a340d342083c4 100644
|
| --- a/services/resource_coordinator/public/interfaces/coordination_unit.mojom
|
| +++ b/services/resource_coordinator/public/interfaces/coordination_unit.mojom
|
| @@ -66,4 +66,8 @@ interface CoordinationUnit {
|
|
|
| // Sets a property on the CoordinationUnitImpl's internal key-value store.
|
| SetProperty(Property property);
|
| +
|
| + // Sets a property on the CoordinationUnitImpl's internal key-value store
|
| + // and trigger children to know the value has changed.
|
| + SetPropertyAndPropagate(Property property);
|
| };
|
|
|