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

Unified Diff: mash/init/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 | « content/renderer/render_frame_impl.h ('k') | mash/login/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/init/manifest.json
diff --git a/mash/init/manifest.json b/mash/init/manifest.json
index a76edbde1b68c188d3ac9978944f4dc5555cf5a4..bfd177f23d89a1604fba4511c406ef1c69c328af 100644
--- a/mash/init/manifest.json
+++ b/mash/init/manifest.json
@@ -9,7 +9,10 @@
"required": {
"*": [],
"service:login": [ "login:login" ],
- "service:shell": [ "shell:user_id", "shell:all_users" ]
+ "service:service_manager": [
+ "service_manager:user_id",
+ "service_manager:all_users"
+ ]
}
}
}
« no previous file with comments | « content/renderer/render_frame_impl.h ('k') | mash/login/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698