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

Unified Diff: content/public/app/mojo/content_renderer_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: content/public/app/mojo/content_renderer_manifest.json
diff --git a/content/public/app/mojo/content_renderer_manifest.json b/content/public/app/mojo/content_renderer_manifest.json
index 995ddf877d22ad38da2c768c2fbaad94add7459c..30479d46394c3b24a35658752b08fe0ef36b9b89 100644
--- a/content/public/app/mojo/content_renderer_manifest.json
+++ b/content/public/app/mojo/content_renderer_manifest.json
@@ -21,7 +21,8 @@
"content_browser": [ "renderer" ],
"device": [
"device:power_monitor",
- "device:time_zone_monitor"
+ "device:time_zone_monitor",
+ "device:vr_service"
],
"ui": [
"discardable_memory",

Powered by Google App Engine
This is Rietveld 408576698