| OLD | NEW |
| 1 { | 1 { |
| 2 // NOTE: This is the manifest for service:chrome_mash, which is only used to | 2 // NOTE: This is the manifest for service:chrome_mash, which is only used to |
| 3 // package services for the Mash environment when baked into the Chrome binary | 3 // package services for the Mash environment when baked into the Chrome binary |
| 4 // (i.e. "chrome --mash") | 4 // (i.e. "chrome --mash") |
| 5 // | 5 // |
| 6 // If you need to require or provide capabilities from Chrome itself within | 6 // If you need to require or provide capabilities from Chrome itself within |
| 7 // the Mash environment, you should instead modify | 7 // the Mash environment, you should instead modify |
| 8 // chrome_mash_content_browser_manifest_overlay.json. | 8 // chrome_mash_content_browser_manifest_overlay.json. |
| 9 "name": "service:chrome_mash", | 9 "name": "service:chrome_mash", |
| 10 "display_name": "Chrome Mash Packaged Services", | 10 "display_name": "Chrome Mash Packaged Services", |
| 11 "interface_provider_specs": { | 11 "interface_provider_specs": { |
| 12 "service_manager:connector": { | 12 "service_manager:connector": { |
| 13 "provides": { | 13 "provides": { |
| 14 "service_manager:service_factory": [ | 14 "service_manager:service_factory": [ |
| 15 "service_manager::mojom::ServiceFactory" | 15 "service_manager::mojom::ServiceFactory" |
| 16 ] | 16 ] |
| 17 }, | 17 }, |
| 18 "requires": { | 18 "requires": { |
| 19 "service:service_manager": [ "service_manager:instance_per_child" ], |
| 19 "service:mash_session": [ "app" ], | 20 "service:mash_session": [ "app" ], |
| 20 "service:catalog": [ "control" ] | 21 "service:catalog": [ "control" ] |
| 21 } | 22 } |
| 22 } | 23 } |
| 23 } | 24 } |
| 24 } | 25 } |
| OLD | NEW |