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

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

Issue 2463393002: Fix WebVR crash caused by InterfaceProviderSpec refactoring. (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 | « no previous file | no next file » | 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 "blink::mojom::MediaSessionService", 68 "blink::mojom::MediaSessionService",
69 "blink::mojom::PaymentRequest", 69 "blink::mojom::PaymentRequest",
70 "blink::mojom::PermissionService", 70 "blink::mojom::PermissionService",
71 "blink::mojom::PresentationService", 71 "blink::mojom::PresentationService",
72 "blink::mojom::SensitiveInputVisibilityService", 72 "blink::mojom::SensitiveInputVisibilityService",
73 "blink::mojom::ShapeDetection", 73 "blink::mojom::ShapeDetection",
74 "blink::mojom::WebBluetoothService", 74 "blink::mojom::WebBluetoothService",
75 "blink::mojom::WebSocket", 75 "blink::mojom::WebSocket",
76 // TODO(beng): figure out how to overlay test interfaces like this. 76 // TODO(beng): figure out how to overlay test interfaces like this.
77 "content::mojom::BrowserTarget", 77 "content::mojom::BrowserTarget",
78 "device::VRService",
78 "device::VibrationManager", 79 "device::VibrationManager",
79 "device::mojom::GeolocationService", 80 "device::mojom::GeolocationService",
80 "device::mojom::SensorProvider", 81 "device::mojom::SensorProvider",
81 "device::mojom::WakeLockService", 82 "device::mojom::WakeLockService",
82 "device::nfc::mojom::NFC", 83 "device::nfc::mojom::NFC",
83 "device::usb::DeviceManager", 84 "device::usb::DeviceManager",
84 "media::mojom::InterfaceFactory", 85 "media::mojom::InterfaceFactory",
85 "media::mojom::RemoterFactory", 86 "media::mojom::RemoterFactory",
86 "mojom::MediaDevicesDispatcherHost" 87 "mojom::MediaDevicesDispatcherHost"
87 ] 88 ]
88 }, 89 },
89 "requires": { 90 "requires": {
90 "service:content_renderer": [ "browser" ] 91 "service:content_renderer": [ "browser" ]
91 } 92 }
92 } 93 }
93 } 94 }
94 } 95 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698