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

Unified Diff: services/device/manifest.json

Issue 2643713002: Port BatteryMonitor into Device Service (Closed)
Patch Set: Rebase Created 3 years, 11 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 2e7b62c950e8ba7bb2a885e33e776a15c1348303..a5549e5a89ba9e85636c250ab22913bff0f42992 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" ],
timvolodine 2017/01/25 18:54:40 nit: space before "
blundell 2017/01/26 08:44:59 Done.
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
"device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ]
},

Powered by Google App Engine
This is Rietveld 408576698