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

Unified Diff: ash/autoclick/mus/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 | « no previous file | ash/common/system/tray/system_tray_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/autoclick/mus/manifest.json
diff --git a/ash/autoclick/mus/manifest.json b/ash/autoclick/mus/manifest.json
index 53820b32b192f5ac807867e11779bbd53b1f94b7..13d7ac90da9aa1b92a8a96afb800d8c234a39c73 100644
--- a/ash/autoclick/mus/manifest.json
+++ b/ash/autoclick/mus/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 1,
- "name": "mojo:accessibility_autoclick",
+ "name": "service:accessibility_autoclick",
"display_name": "Autoclick",
"capabilities": {
"provided": { "mash:launchable": ["mash::mojom::Launchable"] },
"required": {
"*": { "classes": [ "app" ] },
- "mojo:shell": { "interfaces": [ "shell::mojom::Shell" ] }
+ "service:shell": { "interfaces": [ "shell::mojom::Shell" ] }
}
}
}
« no previous file with comments | « no previous file | ash/common/system/tray/system_tray_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698