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

Unified Diff: services/navigation/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 | « services/navigation/BUILD.gn ('k') | services/service_manager/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/navigation/manifest.json
diff --git a/services/navigation/manifest.json b/services/navigation/manifest.json
index d26ac45ee9b01db8e8b7f619376bc0fac4136e5b..cb89e32d68e54ea2c21d14718897ea0bebb1eade 100644
--- a/services/navigation/manifest.json
+++ b/services/navigation/manifest.json
@@ -8,9 +8,11 @@
},
"required": {
"*": [ "app" ],
- "service:shell": [ "shell:client_process",
- "shell:user_id",
- "shell:instance_name" ]
+ "service:service_manager": [
+ "service_manager:client_process",
+ "service_manager:user_id",
+ "service_manager:instance_name"
+ ]
}
}
}
« no previous file with comments | « services/navigation/BUILD.gn ('k') | services/service_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698