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