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

Unified Diff: chrome/app/mojo/chrome_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 | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/mojo/chrome_manifest.json
diff --git a/chrome/app/mojo/chrome_manifest.json b/chrome/app/mojo/chrome_manifest.json
index b6f405f21759a9a0f97eb1293bb643b30f008302..0da28962ba4d47d8fc9e549e07a575a53abc2e80 100644
--- a/chrome/app/mojo/chrome_manifest.json
+++ b/chrome/app/mojo/chrome_manifest.json
@@ -5,14 +5,14 @@
"capabilities": {
"required": {
"*": { "classes": [ "app", "mash:launchable" ] },
- "mojo:ash": {
+ "service:ash": {
"interfaces": [
"ash::mojom::ShelfController",
"ash::mojom::SystemTray",
"ash::mojom::WallpaperController"
]
},
- "mojo:accessibility_autoclick": {
+ "service:accessibility_autoclick": {
"interfaces": [ "ash::autoclick::mojom::AutoclickController" ]
}
},
« no previous file with comments | « chrome/app/mash/mash_runner.cc ('k') | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698