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

Side by Side Diff: chrome/app/mash/chrome_mash_manifest.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 unified diff | Download patch
OLDNEW
1 { 1 {
2 // NOTE: This is the manifest for service:chrome_mash, which is only used to
3 // package services for the Mash environment when baked into the Chrome binary
4 // (i.e. "chrome --mash")
5 //
6 // If you need to require or provide capabilities from Chrome itself within
7 // the Mash environment, you should instead modify
8 // chrome_mash_content_browser_manifest_overlay.json.
2 "manifest_version": 1, 9 "manifest_version": 1,
3 "name": "exe:chrome_mash", 10 "name": "service:chrome_mash",
4 "display_name": "Chrome", 11 "display_name": "Chrome Mash Packaged Services",
5 "capabilities": { 12 "capabilities": {
6 "required": { 13 "required": {
7 "*": { "classes": [ "app" ] } 14 "service:mash_session": { "classes": [ "app" ] },
15 "service:catalog": { "classes": [ "control" ] }
8 } 16 }
9 } 17 }
10 } 18 }
OLDNEW
« no previous file with comments | « chrome/app/mash/chrome_mash_content_browser_manifest_overlay.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698