| OLD | NEW |
| 1 // NOTE: This overlay is applied to content_browser_manifest.json on top of | 1 // NOTE: This overlay is applied to content_browser_manifest.json on top of |
| 2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json. | 2 // src/chrome/browser/chrome_content_browser_manifest_overlay.json. |
| 3 // | 3 // |
| 4 // The resulting manifest is output to | 4 // The resulting manifest is output to |
| 5 // ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the | 5 // ${out}/Packages/chrome_mash_content_browser/manifest.json and is used as the |
| 6 // manifest for "service:content_browser" (i.e. the browser process) when Chrome | 6 // manifest for "service:content_browser" (i.e. the browser process) when Chrome |
| 7 // is run in a Mash environment. | 7 // is run in a Mash environment. |
| 8 { | 8 { |
| 9 "capabilities": { | 9 "capabilities": { |
| 10 "required": { | 10 "required": { |
| 11 "service:ash": { | 11 "service:ash": { "classes": [ "ash" ] }, |
| 12 "interfaces": [ | |
| 13 "ash::mojom::ShelfController", | |
| 14 "ash::mojom::SystemTray", | |
| 15 "ash::mojom::WallpaperController" | |
| 16 ] | |
| 17 }, | |
| 18 "service:accessibility_autoclick": { | 12 "service:accessibility_autoclick": { |
| 19 "interfaces": [ "ash::autoclick::mojom::AutoclickController" ] | 13 "interfaces": [ "ash::autoclick::mojom::AutoclickController" ] |
| 20 }, | 14 }, |
| 21 "service:mash_session": { "classes": [ "app" ] } | 15 "service:mash_session": { "classes": [ "app" ] } |
| 22 } | 16 } |
| 23 } | 17 } |
| 24 } | 18 } |
| OLD | NEW |