Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "name": "content_browser", | 2 "name": "content_browser", |
| 3 "display_name": "Chrome", | 3 "display_name": "Chrome", |
| 4 "interface_provider_specs": { | 4 "interface_provider_specs": { |
| 5 "service_manager:connector": { | 5 "service_manager:connector": { |
| 6 "provides": { | 6 "provides": { |
| 7 "renderer": [ | 7 "renderer": [ |
| 8 "autofill::mojom::AutofillDriver", | 8 "autofill::mojom::AutofillDriver", |
| 9 "autofill::mojom::PasswordManagerDriver", | 9 "autofill::mojom::PasswordManagerDriver", |
| 10 "extensions::StashService", | 10 "extensions::StashService", |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 45 "autofill::mojom::PasswordManagerDriver", | 45 "autofill::mojom::PasswordManagerDriver", |
| 46 "blink::mojom::ShareService", | 46 "blink::mojom::ShareService", |
| 47 "bluetooth::mojom::AdapterFactory", | 47 "bluetooth::mojom::AdapterFactory", |
| 48 "device::usb::ChooserService", | 48 "device::usb::ChooserService", |
| 49 "device::usb::DeviceManager", | 49 "device::usb::DeviceManager", |
| 50 "contextual_search::mojom::ContextualSearchJsApiService", | 50 "contextual_search::mojom::ContextualSearchJsApiService", |
| 51 "dom_distiller::mojom::DistillabilityService", | 51 "dom_distiller::mojom::DistillabilityService", |
| 52 "dom_distiller::mojom::DistillerJavaScriptService", | 52 "dom_distiller::mojom::DistillerJavaScriptService", |
| 53 "extensions::KeepAlive", | 53 "extensions::KeepAlive", |
| 54 "extensions::mime_handler::MimeHandlerService", | 54 "extensions::mime_handler::MimeHandlerService", |
| 55 "media::mojom::RemoterFactory", | |
|
Ben Goodger (Google)
2016/11/16 03:58:50
If you're exposing this interface in //content thi
Ben Goodger (Google)
2016/11/16 18:56:13
Scratch this. Looking at content/public/app/mojo/c
miu
2016/11/16 22:30:06
Done.
miu
2016/11/16 22:30:06
Okay. There's already one in the content manifest,
| |
| 55 "media_router::mojom::MediaRouter", | 56 "media_router::mojom::MediaRouter", |
| 56 "mojom::OmniboxPageHandler", | 57 "mojom::OmniboxPageHandler", |
| 57 "password_manager::mojom::CredentialManager", | 58 "password_manager::mojom::CredentialManager", |
| 58 "translate::mojom::ContentTranslateDriver", | 59 "translate::mojom::ContentTranslateDriver", |
| 59 | 60 |
| 60 // TODO(beng): These should be moved to a separate capability. | 61 // TODO(beng): These should be moved to a separate capability. |
| 61 "mojom::OmniboxPageHandler", | 62 "mojom::OmniboxPageHandler", |
| 62 "mojom::PluginsPageHandler", | 63 "mojom::PluginsPageHandler", |
| 63 "mojom::SiteEngagementUIHandler", | 64 "mojom::SiteEngagementUIHandler", |
| 64 "mojom::UsbInternalsPageHandler" | 65 "mojom::UsbInternalsPageHandler" |
| 65 ] | 66 ] |
| 66 } | 67 } |
| 67 } | 68 } |
| 68 } | 69 } |
| 69 } | 70 } |
| OLD | NEW |