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

Unified Diff: services/catalog/data/capabilities

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 | « services/catalog/catalog.cc ('k') | services/catalog/data/instance » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/catalog/data/capabilities
diff --git a/services/catalog/data/capabilities b/services/catalog/data/capabilities
index 54aa56aad3387f5e2fe796de6aadd36fc0ddc0dc..793c7272e2ce5cd6a43429a15de3729f564acdb1 100644
--- a/services/catalog/data/capabilities
+++ b/services/catalog/data/capabilities
@@ -1,11 +1,11 @@
{
"manifest_version": 1,
- "name": "mojo:foo",
+ "name": "service:foo",
"display_name": "Foo",
"process-group": "bar",
"capabilities": {
"required": {
- "mojo:bar": { "interfaces": [ "mojo::Bar" ] }
+ "service:bar": { "interfaces": [ "mojo::Bar" ] }
}
}
}
« no previous file with comments | « services/catalog/catalog.cc ('k') | services/catalog/data/instance » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698