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

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

Issue 2427443002: Replace remaining shell references with 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/touch_hud/mus/manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f9bc822ddc36462b8c8fcea6c3fab3e9d1170139..67dfc0467b9cb05234da4a3ab6f16ee04704a0da 100644
--- a/chrome/app/mash/chrome_mash_manifest.json
+++ b/chrome/app/mash/chrome_mash_manifest.json
@@ -11,7 +11,9 @@
"display_name": "Chrome Mash Packaged Services",
"capabilities": {
"provided": {
- "shell:service_factory": [ "service_manager::mojom::ServiceFactory" ]
+ "service_manager:service_factory": [
+ "service_manager::mojom::ServiceFactory"
+ ]
},
"required": {
"service:mash_session": [ "app" ],
« no previous file with comments | « ash/touch_hud/mus/manifest.json ('k') | chrome/app/mash/mash_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698