| Index: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
|
| diff --git a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
|
| deleted file mode 100644
|
| index bb9b82115282242360f19d23378c3c78af2e5f1d..0000000000000000000000000000000000000000
|
| --- a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
|
| +++ /dev/null
|
| @@ -1,24 +0,0 @@
|
| -// NOTE: This overlay is applied to content_browser_manifest.json on top of
|
| -// src/chrome/browser/chrome_content_browser_manifest_overlay.json.
|
| -//
|
| -// The resulting manifest is output to
|
| -// ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the
|
| -// manifest for "content_browser" (i.e. the browser process) when Chrome
|
| -// is run in a Mash environment.
|
| -{
|
| - "interface_provider_specs": {
|
| - "service_manager:connector": {
|
| - "provides": {
|
| - "ash": [
|
| - "app_list::mojom::AppListPresenter"
|
| - ],
|
| - "ime:ime_driver": []
|
| - },
|
| - "requires": {
|
| - "accessibility_autoclick": [ "ash:autoclick" ],
|
| - "task_viewer": [ "mash:launchable" ],
|
| - "ui": [ "ime_registrar" ]
|
| - }
|
| - }
|
| - }
|
| -}
|
|
|