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

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

Issue 2389133008: Mash: Replaces "exe:chrome" with "service:content_browser" (Closed)
Patch Set: 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
Index: chrome/app/mash/chrome_mash_manifest.json
diff --git a/chrome/app/mash/chrome_mash_manifest.json b/chrome/app/mash/chrome_mash_manifest.json
index b03d5fb524dc3fba84c3d4fdf7f2e551c1a74f39..b6cb849bf0698962d29fc55799cec937acafa4b6 100644
--- a/chrome/app/mash/chrome_mash_manifest.json
+++ b/chrome/app/mash/chrome_mash_manifest.json
@@ -1,10 +1,16 @@
{
+ // NOTE: This is the manifest for exe:chrome_mash, which is only used to
+ // package services for the Mash environment. If you need to require or
+ // provide capabilities from Chrome itself within the Mash environment, modify
+ // chrome_mash_content_browser_manifest_overlay.json instead.
"manifest_version": 1,
"name": "exe:chrome_mash",
- "display_name": "Chrome",
+ "display_name": "Chrome Mash Packaged Services",
"capabilities": {
"required": {
- "*": { "classes": [ "app" ] }
+ "service:mash_session": { "classes": [ "app" ] },
+ "service:shell": { "classes": [ "control" ] },
+ "service:catalog": { "classes": [ "control" ] }
}
}
}

Powered by Google App Engine
This is Rietveld 408576698