| OLD | NEW |
| 1 { | 1 { |
| 2 "manifest_version": 1, | 2 "manifest_version": 1, |
| 3 "name": "service:content_browser", | 3 "name": "service:content_browser", |
| 4 "process-group": "browser", | 4 "process-group": "browser", |
| 5 "display_name": "Content (browser process)", | 5 "display_name": "Content (browser process)", |
| 6 "capabilities": { | 6 "capabilities": { |
| 7 // Remove this once http://crbug.com/632818 is fixed. | 7 // Remove this once http://crbug.com/632818 is fixed. |
| 8 "provided": { | 8 "provided": { |
| 9 "gpu": [ ], | 9 "gpu": [ ], |
| 10 "plugin": [ ], | 10 "plugin": [ ], |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 "content::mojom::URLLoaderFactory", | 25 "content::mojom::URLLoaderFactory", |
| 26 "content::mojom::VideoCaptureHost", | 26 "content::mojom::VideoCaptureHost", |
| 27 "device::BatteryMonitor", | 27 "device::BatteryMonitor", |
| 28 "device::mojom::LightSensor", | 28 "device::mojom::LightSensor", |
| 29 "device::mojom::MotionSensor", | 29 "device::mojom::MotionSensor", |
| 30 "device::mojom::OrientationSensor", | 30 "device::mojom::OrientationSensor", |
| 31 "device::mojom::TimeZoneMonitor", | 31 "device::mojom::TimeZoneMonitor", |
| 32 "media::mojom::ImageCapture", | 32 "media::mojom::ImageCapture", |
| 33 "memory_coordinator::mojom::MemoryCoordinatorHandle" | 33 "memory_coordinator::mojom::MemoryCoordinatorHandle" |
| 34 ], | 34 ], |
| 35 "shell:service_factory": [ | 35 "service_manager:service_factory": [ |
| 36 "service_manager::mojom::ServiceFactory" | 36 "service_manager::mojom::ServiceFactory" |
| 37 ] | 37 ] |
| 38 }, | 38 }, |
| 39 "required": { | 39 "required": { |
| 40 "*": [ "app" ], | 40 "*": [ "app" ], |
| 41 // In classic ash, the browser supplies ash interfaces to itself. | 41 // In classic ash, the browser supplies ash interfaces to itself. |
| 42 "service:content_browser": [ "ash" ], | 42 "service:content_browser": [ "ash" ], |
| 43 "service:content_gpu": [ "browser" ], | 43 "service:content_gpu": [ "browser" ], |
| 44 "service:content_plugin": [ "browser" ], | 44 "service:content_plugin": [ "browser" ], |
| 45 "service:content_renderer": [ "browser" ], | 45 "service:content_renderer": [ "browser" ], |
| 46 "service:content_utility": [ "browser" ], | 46 "service:content_utility": [ "browser" ], |
| 47 "service:shell": [ "shell:client_process", | 47 "service:service_manager": [ |
| 48 "shell:instance_name", | 48 "service_manager:client_process", |
| 49 "shell:user_id" ], | 49 "service_manager:instance_name", |
| 50 "service_manager:user_id" |
| 51 ], |
| 50 "service:file": [ "file:filesystem", "file:leveldb" ], | 52 "service:file": [ "file:filesystem", "file:leveldb" ], |
| 51 "service:media": [ "media:media" ] | 53 "service:media": [ "media:media" ] |
| 52 } | 54 } |
| 53 } | 55 } |
| 54 } | 56 } |
| OLD | NEW |