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

Unified Diff: services/device/manifest.json

Issue 2643713002: Port BatteryMonitor into Device Service (Closed)
Patch Set: Rebase Created 3 years, 9 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/manifest.json
diff --git a/services/device/manifest.json b/services/device/manifest.json
index b655cb84ca28cddc2fe4eb26729e801bfb9a590b..54ec11cf6f2f93379da643c268ff3eb8d869d36a 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -4,6 +4,7 @@
"interface_provider_specs": {
"service_manager:connector": {
"provides": {
+ "device:battery_monitor": [ "device::BatteryMonitor" ],
"device:fingerprint": [ "device::mojom::Fingerprint" ],
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
"device:screen_orientation": [ "device::mojom::ScreenOrientationListener" ],
« no previous file with comments | « services/device/device_service.cc ('k') | third_party/WebKit/LayoutTests/battery-status/resources/mock-battery-monitor.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698