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

Unified Diff: mash/app_driver/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 | « mash/app_driver/app_driver.cc ('k') | mash/browser/manifest.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/app_driver/manifest.json
diff --git a/mash/app_driver/manifest.json b/mash/app_driver/manifest.json
index 833c6c7e3ed964172220caec5a1b34596acfc864..f77792f485dbf689c341fe1e6f5b61255c872f01 100644
--- a/mash/app_driver/manifest.json
+++ b/mash/app_driver/manifest.json
@@ -1,13 +1,13 @@
{
"manifest_version": 1,
- "name": "mojo:app_driver",
+ "name": "service:app_driver",
"display_name": "App Driver",
"capabilities": {
"required": {
"*": {
"classes": [ "mash:launchable", "mus:window_manager" ]
},
- "mojo:catalog": {
+ "service:catalog": {
"interfaces": [ "catalog::mojom::Catalog" ]
}
}
« no previous file with comments | « mash/app_driver/app_driver.cc ('k') | mash/browser/manifest.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698