| Index: services/device/public/interfaces/power_monitor.mojom
|
| diff --git a/services/device/public/interfaces/power_monitor.mojom b/services/device/public/interfaces/power_monitor.mojom
|
| index ab2c287d5b37004b6a5fa1bcf7649047b5b6d4e2..a6d8701fb07d9216cb88f81a941d476c86a14ece 100644
|
| --- a/services/device/public/interfaces/power_monitor.mojom
|
| +++ b/services/device/public/interfaces/power_monitor.mojom
|
| @@ -5,8 +5,8 @@
|
| module device.mojom;
|
|
|
| interface PowerMonitor {
|
| - // Set client that will be notified on PowerStateChange, Suspend and Resume.
|
| - SetClient(PowerMonitorClient client);
|
| + // Add a client that will be notified on PowerStateChange, Suspend and Resume.
|
| + AddClient(PowerMonitorClient client);
|
| };
|
|
|
| interface PowerMonitorClient {
|
|
|