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

Unified Diff: services/shell/manifest.json

Issue 2390013002: Rename mojo: to service: (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
Index: services/shell/manifest.json
diff --git a/services/shell/manifest.json b/services/shell/manifest.json
index bf91a389981b15f5bfc6175de66c688e47996414..7298197185d1872ed13f2477e97c3e0613d7d8f0 100644
--- a/services/shell/manifest.json
+++ b/services/shell/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 1,
- "name": "mojo:shell",
+ "name": "service:shell",
"display_name": "Service Manager",
"capabilities": {
"provided": {
@@ -23,7 +23,7 @@
"shell:explicit_class": [ ]
},
"required": {
- "mojo:shell": { "classes": [ "shell:all_users" ] }
+ "service:shell": { "classes": [ "shell:all_users" ] }
}
}
}
« no previous file with comments | « services/shell/background/tests/background_shell_unittest.cc ('k') | services/shell/public/cpp/lib/names.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698