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

Unified Diff: services/device/manifest.json

Issue 2755363002: [DeviceService] Port VibrationManager to be hosted in Device Service (Closed)
Patch Set: Rebase only 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 54ec11cf6f2f93379da643c268ff3eb8d869d36a..13e86bc8c0636dfb040551f89d46f050f3be8f61 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -14,7 +14,8 @@
"device::mojom::OrientationAbsoluteSensor",
"device::mojom::OrientationSensor"
],
- "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ]
+ "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
+ "device:vibration": [ "device::mojom::VibrationManager" ]
},
"requires": {
"service_manager": [ "service_manager:all_users" ]
« no previous file with comments | « services/device/device_service.cc ('k') | third_party/WebKit/LayoutTests/vibration/resources/vibrate-from-iframe.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698