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

Unified Diff: mash/example/window_type_launcher/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
Index: mash/example/window_type_launcher/manifest.json
diff --git a/mash/example/window_type_launcher/manifest.json b/mash/example/window_type_launcher/manifest.json
index dfbe5ae7a3f9f263a56dc977219053c67d27744e..6a68c716b64c8b1ac3eed0850839aceabdcfdd2b 100644
--- a/mash/example/window_type_launcher/manifest.json
+++ b/mash/example/window_type_launcher/manifest.json
@@ -1,12 +1,12 @@
{
"manifest_version": 1,
- "name": "mojo:window_type_launcher",
+ "name": "service:window_type_launcher",
"display_name": "Window Type Launcher",
"capabilities": {
"provided": { "mash:launchable": [ "mash::mojom::Launchable" ] },
"required": {
"*": { "classes": [ "app" ] },
- "mojo:mash_session": { "interfaces": [ "mash::session::mojom::Session" ] }
+ "service:mash_session": { "interfaces": [ "mash::session::mojom::Session" ] }
}
}
}
« no previous file with comments | « mash/example/views_examples/manifest.json ('k') | mash/example/window_type_launcher/window_type_launcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698