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

Unified Diff: services/ui/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
« no previous file with comments | « services/ui/ime/test_manifest.json ('k') | services/ui/public/cpp/gpu_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/manifest.json
diff --git a/services/ui/manifest.json b/services/ui/manifest.json
index 353f0e3e3cf6ede7f7ffa6865fcc386391f24c0e..b65d2578378fb957f74c0abe01b7f18a4e20b09b 100644
--- a/services/ui/manifest.json
+++ b/services/ui/manifest.json
@@ -1,6 +1,6 @@
{
"manifest_version": 1,
- "name": "mojo:ui",
+ "name": "service:ui",
"display_name": "UI Service",
"capabilities": {
"provided": {
@@ -24,9 +24,9 @@
]
},
"required": {
- "mojo:ui": { "classes": [ "ozone" ] },
+ "service:ui": { "classes": [ "ozone" ] },
"*": { "classes": [ "app" ] },
- "mojo:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
+ "service:shell": { "classes": [ "shell:all_users", "shell:explicit_class" ] }
}
}
}
« no previous file with comments | « services/ui/ime/test_manifest.json ('k') | services/ui/public/cpp/gpu_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698