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

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

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Rebase only Created 3 years, 8 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
Index: services/device/public/interfaces/battery_monitor.mojom
diff --git a/device/battery/battery_monitor.mojom b/services/device/public/interfaces/battery_monitor.mojom
similarity index 89%
rename from device/battery/battery_monitor.mojom
rename to services/device/public/interfaces/battery_monitor.mojom
index c5c160090877c17798ad8e52f865e020a6a810f2..d3ebf42e80427a638082899c48bc3c4f4a092499 100644
--- a/device/battery/battery_monitor.mojom
+++ b/services/device/public/interfaces/battery_monitor.mojom
@@ -4,7 +4,7 @@
module device.mojom;
-import "device/battery/battery_status.mojom";
+import "services/device/public/interfaces/battery_status.mojom";
interface BatteryMonitor {
// Battery status is reported once it changes or immediately if this is the

Powered by Google App Engine
This is Rietveld 408576698