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

Unified Diff: ash/touch_hud/mus/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/autoclick/mus/manifest.json ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/touch_hud/mus/manifest.json
diff --git a/ash/touch_hud/mus/manifest.json b/ash/touch_hud/mus/manifest.json
index 61faee7903969e7a8449524f5e61079fc7c97d4e..a7c8930ba27dceb3beae8b1dd8effc385bbc8bd3 100644
--- a/ash/touch_hud/mus/manifest.json
+++ b/ash/touch_hud/mus/manifest.json
@@ -6,7 +6,7 @@
"provided": { "mash:launchable": [ "mash::mojom::Launchable" ] },
"required": {
"*": [ "app" ],
- "service:shell": [ "shell:service_manager" ]
+ "service:service_manager": [ "service_manager:service_manager" ]
}
}
}
« no previous file with comments | « ash/autoclick/mus/manifest.json ('k') | chrome/app/mash/chrome_mash_manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698