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

Unified Diff: services/device/manifest.json

Issue 2603553002: Ports VRService to be hosted in the device service.
Patch Set: Ports VRService to be hosted in the device service. Created 3 years, 8 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
« no previous file with comments | « services/device/device_service.cc ('k') | third_party/WebKit/LayoutTests/vr/resources/mock-vr-service.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/device/manifest.json
diff --git a/services/device/manifest.json b/services/device/manifest.json
index 6b7a1b0ddfdfde1d45ad6457ed440fab3f6256a4..ca7ea0d7b989af267f7f12689e504ea1699700dc 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -17,6 +17,9 @@
],
"device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
"device:vibration": [ "device::mojom::VibrationManager" ],
+ "device:vr_service": [
+ "device::mojom::VRService"
+ ],
"device:wake_lock": [ "device::mojom::WakeLockContextProvider" ]
},
"requires": {
« no previous file with comments | « services/device/device_service.cc ('k') | third_party/WebKit/LayoutTests/vr/resources/mock-vr-service.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698