OLD | NEW |
1 { | 1 { |
2 "name": "content_browser", | 2 "name": "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 "content::mojom::FieldTrialRecorder", | 8 "content::mojom::FieldTrialRecorder", |
9 "media::mojom::AndroidOverlayProvider" | 9 "media::mojom::AndroidOverlayProvider" |
10 ], | 10 ], |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 // TODO(beng): these belong in //chrome's overlay, but there are some | 105 // TODO(beng): these belong in //chrome's overlay, but there are some |
106 // issues with mash browser_tests's manifest config that make this | 106 // issues with mash browser_tests's manifest config that make this |
107 // impossible this week. Remove once sky/ken fix this. | 107 // impossible this week. Remove once sky/ken fix this. |
108 "autofill::mojom::AutofillDriver", | 108 "autofill::mojom::AutofillDriver", |
109 "autofill::mojom::PasswordManagerDriver", | 109 "autofill::mojom::PasswordManagerDriver", |
110 "blink::mojom::KeyboardLockService", | 110 "blink::mojom::KeyboardLockService", |
111 "blink::mojom::MediaSessionService", | 111 "blink::mojom::MediaSessionService", |
112 "blink::mojom::PermissionService", | 112 "blink::mojom::PermissionService", |
113 "blink::mojom::PresentationService", | 113 "blink::mojom::PresentationService", |
114 "blink::mojom::SensitiveInputVisibilityService", | 114 "blink::mojom::SensitiveInputVisibilityService", |
| 115 "blink::mojom::TextSuggestionHost", |
115 "blink::mojom::WebBluetoothService", | 116 "blink::mojom::WebBluetoothService", |
116 "blink::mojom::WebSocket", | 117 "blink::mojom::WebSocket", |
117 | 118 |
118 // TODO(beng): figure out how to overlay test interfaces like this. | 119 // TODO(beng): figure out how to overlay test interfaces like this. |
119 "content::mojom::BrowserTarget", | 120 "content::mojom::BrowserTarget", |
120 | 121 |
121 "content::mojom::RendererAudioOutputStreamFactory", | 122 "content::mojom::RendererAudioOutputStreamFactory", |
122 "device::mojom::VRService", | 123 "device::mojom::VRService", |
123 "device::mojom::Geolocation", | 124 "device::mojom::Geolocation", |
124 "device::mojom::NFC", | 125 "device::mojom::NFC", |
(...skipping 15 matching lines...) Expand all Loading... |
140 "ui::mojom::Gpu", | 141 "ui::mojom::Gpu", |
141 "webauth::mojom::Authenticator" | 142 "webauth::mojom::Authenticator" |
142 ] | 143 ] |
143 }, | 144 }, |
144 "requires": { | 145 "requires": { |
145 "content_renderer": [ "browser" ] | 146 "content_renderer": [ "browser" ] |
146 } | 147 } |
147 } | 148 } |
148 } | 149 } |
149 } | 150 } |
OLD | NEW |