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