Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4335)

Unified Diff: chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/app/mash/DEPS ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..76ab786e5b1a48b4576d7bb0216cd4da2029896b
--- /dev/null
+++ b/chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json
@@ -0,0 +1,24 @@
+// 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 "service:content_browser" (i.e. the browser process) when Chrome
+// is run in a Mash environment.
+{
+ "capabilities": {
+ "required": {
+ "service:ash": {
+ "interfaces": [
+ "ash::mojom::ShelfController",
+ "ash::mojom::SystemTray",
+ "ash::mojom::WallpaperController"
+ ]
+ },
+ "service:accessibility_autoclick": {
+ "interfaces": [ "ash::autoclick::mojom::AutoclickController" ]
+ },
+ "service:mash_session": { "classes": [ "app" ] }
+ }
+ }
+}
« no previous file with comments | « chrome/app/mash/DEPS ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698