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

Unified Diff: services/device/public/interfaces/power_monitor.mojom

Issue 2729293002: Fix renderers not getting power broadcast messages (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « services/device/public/cpp/power_monitor/power_monitor_broadcast_source.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « services/device/public/cpp/power_monitor/power_monitor_broadcast_source.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698