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

Unified Diff: mash/login/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/login/login.cc ('k') | mash/package/mash_packaged_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/login/manifest.json
diff --git a/mash/login/manifest.json b/mash/login/manifest.json
index afbbe4113642742e783c89df546346a248bad732..bed61724781e7678ac907cef2c38c8577b575ed5 100644
--- a/mash/login/manifest.json
+++ b/mash/login/manifest.json
@@ -1,13 +1,13 @@
{
"manifest_version": 1,
- "name": "mojo:login",
+ "name": "service:login",
"display_name": "Login",
"capabilities": {
"required": {
"*": { "classes": [ "app" ] },
- "mojo:mash_init": { "interfaces": [ "mash::init::mojom::Init" ] },
- "mojo:ui": { "interfaces": [ "ui::mojom::UserAccessManager" ] },
- "mojo:shell": { "classes": ["shell:all_users"] }
+ "service:mash_init": { "interfaces": [ "mash::init::mojom::Init" ] },
+ "service:ui": { "interfaces": [ "ui::mojom::UserAccessManager" ] },
+ "service:shell": { "classes": ["shell:all_users"] }
}
}
}
« no previous file with comments | « mash/login/login.cc ('k') | mash/package/mash_packaged_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698