| OLD | NEW |
| 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 16 matching lines...) Expand all Loading... |
| 27 "content::mojom::StoragePartitionService", | 27 "content::mojom::StoragePartitionService", |
| 28 "content::mojom::URLLoaderFactory", | 28 "content::mojom::URLLoaderFactory", |
| 29 "content::mojom::VideoCaptureHost", | 29 "content::mojom::VideoCaptureHost", |
| 30 "device::BatteryMonitor", | 30 "device::BatteryMonitor", |
| 31 "device::mojom::LightSensor", | 31 "device::mojom::LightSensor", |
| 32 "device::mojom::MotionSensor", | 32 "device::mojom::MotionSensor", |
| 33 "device::mojom::OrientationSensor", | 33 "device::mojom::OrientationSensor", |
| 34 "device::mojom::PowerMonitor", | 34 "device::mojom::PowerMonitor", |
| 35 "device::mojom::TimeZoneMonitor", | 35 "device::mojom::TimeZoneMonitor", |
| 36 "media::mojom::ImageCapture", | 36 "media::mojom::ImageCapture", |
| 37 "memory_coordinator::mojom::MemoryCoordinatorHandle" | 37 "memory_coordinator::mojom::MemoryCoordinatorHandle", |
| 38 "payments::mojom::PaymentAppManager" |
| 38 ], | 39 ], |
| 39 "service_manager:service_factory": [ | 40 "service_manager:service_factory": [ |
| 40 "service_manager::mojom::ServiceFactory" | 41 "service_manager::mojom::ServiceFactory" |
| 41 ] | 42 ] |
| 42 }, | 43 }, |
| 43 "requires": { | 44 "requires": { |
| 44 "*": [ "app" ], | 45 "*": [ "app" ], |
| 45 // In classic ash, the browser supplies ash interfaces to itself. | 46 // In classic ash, the browser supplies ash interfaces to itself. |
| 46 "service:content_browser": [ "ash" ], | 47 "service:content_browser": [ "ash" ], |
| 47 "service:content_gpu": [ "browser" ], | 48 "service:content_gpu": [ "browser" ], |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "media::mojom::RemoterFactory", | 87 "media::mojom::RemoterFactory", |
| 87 "mojom::MediaDevicesDispatcherHost" | 88 "mojom::MediaDevicesDispatcherHost" |
| 88 ] | 89 ] |
| 89 }, | 90 }, |
| 90 "requires": { | 91 "requires": { |
| 91 "service:content_renderer": [ "browser" ] | 92 "service:content_renderer": [ "browser" ] |
| 92 } | 93 } |
| 93 } | 94 } |
| 94 } | 95 } |
| 95 } | 96 } |
| OLD | NEW |