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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 // NOTE: This is the manifest for exe:chrome_mash, which is only used to
3 // package services for the Mash environment. If you need to require or
4 // provide capabilities from Chrome itself within the Mash environment, modify
5 // chrome_mash_content_browser_manifest_overlay.json instead.
2 "manifest_version": 1, 6 "manifest_version": 1,
3 "name": "exe:chrome_mash", 7 "name": "exe:chrome_mash",
4 "display_name": "Chrome", 8 "display_name": "Chrome Mash Packaged Services",
5 "capabilities": { 9 "capabilities": {
6 "required": { 10 "required": {
7 "*": { "classes": [ "app" ] } 11 "service:mash_session": { "classes": [ "app" ] },
12 "service:shell": { "classes": [ "control" ] },
13 "service:catalog": { "classes": [ "control" ] }
8 } 14 }
9 } 15 }
10 } 16 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698