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

Unified Diff: mash/quick_launch/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/package/mash_packaged_service.cc ('k') | mash/quick_launch/quick_launch.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/quick_launch/manifest.json
diff --git a/mash/quick_launch/manifest.json b/mash/quick_launch/manifest.json
index d2cf06c5c28fb7cf30829bb3eb85da3a44a30789..bf07e40490cac2f0595872fb16bb329cd7d1ad5e 100644
--- a/mash/quick_launch/manifest.json
+++ b/mash/quick_launch/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 1,
- "name": "mojo:quick_launch",
+ "name": "service:quick_launch",
"display_name": "Quick Launch Bar",
"capabilities": {
"provided": { "mash:launchable": [ "mash::mojom::Launchable" ] },
"required": {
"*": { "classes": [ "app", "mash:launchable" ] },
- "mojo:catalog": { "interfaces": [ "catalog::mojom::Catalog" ] }
+ "service:catalog": { "interfaces": [ "catalog::mojom::Catalog" ] }
}
}
}
« no previous file with comments | « mash/package/mash_packaged_service.cc ('k') | mash/quick_launch/quick_launch.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698