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

Side by Side Diff: chrome/app/mash/chrome_mash_manifest.json

Issue 2686003002: mash: Exit main process if content_browser service crashes (Closed)
Patch Set: rebase Created 3 years, 10 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
« no previous file with comments | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 // NOTE: This is the manifest for service:chrome_mash, which is only used to 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 3 // package services for the Mash environment when baked into the Chrome binary
4 // (i.e. "chrome --mash") 4 // (i.e. "chrome --mash")
5 // 5 //
6 // If you need to require or provide capabilities from Chrome itself within 6 // If you need to require or provide capabilities from Chrome itself within
7 // the you should instead modify chrome_content_browser_manifest_overlay.json. 7 // the you should instead modify chrome_content_browser_manifest_overlay.json.
8 "name": "chrome_mash", 8 "name": "chrome_mash",
9 "display_name": "Chrome Mash Packaged Services", 9 "display_name": "Chrome Mash Packaged Services",
10 "interface_provider_specs": { 10 "interface_provider_specs": {
11 "service_manager:connector": { 11 "service_manager:connector": {
12 "provides": { 12 "provides": {
13 "service_manager:service_factory": [ 13 "service_manager:service_factory": [
14 "service_manager::mojom::ServiceFactory" 14 "service_manager::mojom::ServiceFactory"
15 ] 15 ]
16 }, 16 },
17 "requires": { 17 "requires": {
18 "service_manager": [ "service_manager:instance_per_child" ], 18 "service_manager": [ "service_manager:instance_per_child" ],
19 "catalog": [ "control" ], 19 "catalog": [ "control" ],
20 "ash": [ "app" ], 20 "ash": [ "app" ],
21 "content_browser": [ "app" ],
21 "quick_launch": [ "app" ], 22 "quick_launch": [ "app" ],
22 "ui": [ "app" ] 23 "ui": [ "app" ]
23 } 24 }
24 } 25 }
25 } 26 }
26 } 27 }
OLDNEW
« no previous file with comments | « no previous file | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698