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

Unified Diff: third_party/WebKit/LayoutTests/battery-status/resources/mock-battery-monitor.js

Issue 2818673003: [DeviceService] Expose battery monitoring solely via the Device Service (Closed)
Patch Set: Java file format change 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: third_party/WebKit/LayoutTests/battery-status/resources/mock-battery-monitor.js
diff --git a/third_party/WebKit/LayoutTests/battery-status/resources/mock-battery-monitor.js b/third_party/WebKit/LayoutTests/battery-status/resources/mock-battery-monitor.js
index 73753f739c1af3486ded11dd3ed709dbbb64f6f5..0d6d413ba7de02d8cd61cf6793725233853b1608 100644
--- a/third_party/WebKit/LayoutTests/battery-status/resources/mock-battery-monitor.js
+++ b/third_party/WebKit/LayoutTests/battery-status/resources/mock-battery-monitor.js
@@ -1,8 +1,8 @@
"use strict";
let mockBatteryMonitor = loadMojoModules('mockBatteryMonitor', [
- 'device/battery/battery_monitor.mojom',
- 'device/battery/battery_status.mojom',
+ 'services/device/public/interfaces/battery_monitor.mojom',
+ 'services/device/public/interfaces/battery_status.mojom',
'services/device/public/interfaces/constants.mojom',
'mojo/public/js/bindings',
]).then(mojo => {
« no previous file with comments | « services/device/public/interfaces/battery_status.mojom ('k') | third_party/WebKit/Source/modules/battery/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698