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

Unified Diff: services/device/manifest.json

Issue 2698083007: Port device_generic_sensor to be hosted in Device Service. (Closed)
Patch Set: code 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 f4c6d9637f51b22f95f24101121621b8d1a5e1b3..724ceaf7689c31dfbc1dc9f8482fc666cb5a0b41 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -6,6 +6,7 @@
"provides": {
"device:battery_monitor": [ "device::BatteryMonitor" ],
"device:fingerprint": [ "device::mojom::Fingerprint" ],
+ "device:generic_sensor": [ "device::mojom::SensorProvider" ],
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
"device:screen_orientation": [ "device::mojom::ScreenOrientationListener" ],
"device:sensors": [

Powered by Google App Engine
This is Rietveld 408576698