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

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, 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..da36b02420029f604a33f17e7829503656601835 100644
--- a/services/device/manifest.json
+++ b/services/device/manifest.json
@@ -5,7 +5,11 @@
"service_manager:connector": {
"provides": {
"device:power_monitor": [ "device::mojom::PowerMonitor" ],
- "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ]
+ "device:time_zone_monitor": [ "device::mojom::TimeZoneMonitor" ],
+ "device:vr_service": [
+ "device::mojom::VRService",
+ "device::mojom::VRDisplay"
ke.he 2017/04/17 05:38:44 only VRService is enough.
+ ]
},
"requires": {
"service_manager": [ "service_manager:all_users" ]

Powered by Google App Engine
This is Rietveld 408576698