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

Side by Side Diff: content/public/app/mojo/content_browser_manifest.json

Issue 2488273002: Revert of mojo VR interface simplified (Closed)
Patch Set: Created 4 years, 1 month 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 unified diff | Download patch
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "name": "service:content_browser", 2 "name": "service:content_browser",
3 "display_name": "Content (browser process)", 3 "display_name": "Content (browser process)",
4 "interface_provider_specs": { 4 "interface_provider_specs": {
5 "service_manager:connector": { 5 "service_manager:connector": {
6 "provides": { 6 "provides": {
7 "gpu": [ 7 "gpu": [
8 "device::mojom::PowerMonitor" 8 "device::mojom::PowerMonitor"
9 ], 9 ],
10 "plugin": [ 10 "plugin": [
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 "blink::mojom::MediaSessionService", 69 "blink::mojom::MediaSessionService",
70 "blink::mojom::PaymentRequest", 70 "blink::mojom::PaymentRequest",
71 "blink::mojom::PermissionService", 71 "blink::mojom::PermissionService",
72 "blink::mojom::PresentationService", 72 "blink::mojom::PresentationService",
73 "blink::mojom::SensitiveInputVisibilityService", 73 "blink::mojom::SensitiveInputVisibilityService",
74 "blink::mojom::ShapeDetection", 74 "blink::mojom::ShapeDetection",
75 "blink::mojom::WebBluetoothService", 75 "blink::mojom::WebBluetoothService",
76 "blink::mojom::WebSocket", 76 "blink::mojom::WebSocket",
77 // TODO(beng): figure out how to overlay test interfaces like this. 77 // TODO(beng): figure out how to overlay test interfaces like this.
78 "content::mojom::BrowserTarget", 78 "content::mojom::BrowserTarget",
79 "device::mojom::VRService", 79 "device::VRService",
80 "device::VibrationManager", 80 "device::VibrationManager",
81 "device::mojom::GeolocationService", 81 "device::mojom::GeolocationService",
82 "device::mojom::SensorProvider", 82 "device::mojom::SensorProvider",
83 "device::mojom::WakeLockService", 83 "device::mojom::WakeLockService",
84 "device::nfc::mojom::NFC", 84 "device::nfc::mojom::NFC",
85 "device::usb::DeviceManager", 85 "device::usb::DeviceManager",
86 "media::mojom::InterfaceFactory", 86 "media::mojom::InterfaceFactory",
87 "media::mojom::RemoterFactory", 87 "media::mojom::RemoterFactory",
88 "media::mojom::Renderer", 88 "media::mojom::Renderer",
89 "mojom::MediaDevicesDispatcherHost" 89 "mojom::MediaDevicesDispatcherHost"
90 ] 90 ]
91 }, 91 },
92 "requires": { 92 "requires": {
93 "service:content_renderer": [ "browser" ] 93 "service:content_renderer": [ "browser" ]
94 } 94 }
95 } 95 }
96 } 96 }
97 } 97 }
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | device/vr/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698