| 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
|
| index b17d989a923cb67e35202e1c5a8f4603baaf1cf8..4fa1cb86e9550de49838b45aca4bd944cdf76850 100644
|
| --- a/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
|
| +++ b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
|
| @@ -10,6 +10,7 @@
|
| "service_manager:connector": {
|
| "provides": {
|
| "content_browser:ash": [
|
| + "ash::mojom::NewWindowClient",
|
| "ash::mojom::SystemTrayClient",
|
| "ash::mojom::WallpaperManager",
|
| "app_list::mojom::AppListPresenter",
|
| @@ -19,7 +20,8 @@
|
| "requires": {
|
| "service:ash": [ "ash" ],
|
| "service:accessibility_autoclick": [ "ash:autoclick" ],
|
| - "service:mash_session": [ "app" ]
|
| + "service:mash_session": [ "app" ],
|
| + "service:task_viewer": [ "mash:launchable" ]
|
| }
|
| }
|
| }
|
|
|