| Index: services/resource_coordinator/public/cpp/resource_coordinator_interface.h
|
| diff --git a/services/resource_coordinator/public/cpp/resource_coordinator_interface.h b/services/resource_coordinator/public/cpp/resource_coordinator_interface.h
|
| index 72ae40ab31a6d97374116271a1c7c21f918bef80..f95a25030f5910d98e2c4b1ab45aaf92e032eb8c 100644
|
| --- a/services/resource_coordinator/public/cpp/resource_coordinator_interface.h
|
| +++ b/services/resource_coordinator/public/cpp/resource_coordinator_interface.h
|
| @@ -41,6 +41,7 @@ class SERVICES_RESOURCE_COORDINATOR_PUBLIC_CPP_EXPORT
|
| void SendEvent(const mojom::EventType& event_type);
|
| void AddChild(const ResourceCoordinatorInterface& child);
|
| void RemoveChild(const ResourceCoordinatorInterface& child);
|
| + void SetProperty(const mojom::PropertyType key, const base::Value& value);
|
|
|
| private:
|
| void ConnectToService(service_manager::Connector* connector,
|
|
|