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

Unified Diff: services/device/manifest.json

Issue 2692993006: Port device_sensors to be hosted in Device Service (Closed)
Patch Set: code rebase 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
Index: services/device/manifest.json
diff --git a/services/device/manifest.json b/services/device/manifest.json
index 2e7b62c950e8ba7bb2a885e33e776a15c1348303..3e2ee8ba5664cb37ba6a3f4b0ad81a6d79913a68 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -5,6 +5,12 @@
"service_manager:connector": {
"provides": {
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
+ "device:sensors": [
+ "device::mojom::LightSensor",
+ "device::mojom::MotionSensor",
+ "device::mojom::OrientationAbsoluteSensor",
+ "device::mojom::OrientationSensor"
+ ],
"device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ]
},
"requires": {

Powered by Google App Engine
This is Rietveld 408576698