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

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

Issue 2420253002: Rename shell namespace to service_manager (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 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 Mash environment, you should instead modify 7 // the Mash environment, you should instead modify
8 // chrome_mash_content_browser_manifest_overlay.json. 8 // chrome_mash_content_browser_manifest_overlay.json.
9 "manifest_version": 1, 9 "manifest_version": 1,
10 "name": "service:chrome_mash", 10 "name": "service:chrome_mash",
11 "display_name": "Chrome Mash Packaged Services", 11 "display_name": "Chrome Mash Packaged Services",
12 "capabilities": { 12 "capabilities": {
13 "provided": { 13 "provided": {
14 "shell:service_factory": [ "shell::mojom::ServiceFactory" ] 14 "shell:service_factory": [ "service_manager::mojom::ServiceFactory" ]
15 }, 15 },
16 "required": { 16 "required": {
17 "service:mash_session": [ "app" ], 17 "service:mash_session": [ "app" ],
18 "service:catalog": [ "control" ] 18 "service:catalog": [ "control" ]
19 } 19 }
20 } 20 }
21 } 21 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698