| OLD | NEW |
| (Empty) |
| 1 // NOTE: This overlay is applied to content_browser_manifest.json on top of | |
| 2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json. | |
| 3 // | |
| 4 // The resulting manifest is output to | |
| 5 // ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the | |
| 6 // manifest for "content_browser" (i.e. the browser process) when Chrome | |
| 7 // is run in a Mash environment. | |
| 8 { | |
| 9 "interface_provider_specs": { | |
| 10 "service_manager:connector": { | |
| 11 "provides": { | |
| 12 "ash": [ | |
| 13 "app_list::mojom::AppListPresenter" | |
| 14 ], | |
| 15 "ime:ime_driver": [] | |
| 16 }, | |
| 17 "requires": { | |
| 18 "accessibility_autoclick": [ "ash:autoclick" ], | |
| 19 "task_viewer": [ "mash:launchable" ], | |
| 20 "ui": [ "ime_registrar" ] | |
| 21 } | |
| 22 } | |
| 23 } | |
| 24 } | |
| OLD | NEW |