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

Unified Diff: services/tracing/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: services/tracing/manifest.json
diff --git a/services/tracing/manifest.json b/services/tracing/manifest.json
index a8197395b2b9fe9e6a48e972cb02c93428b7ebc7..c407a44ee89d946b2e099e651164d688f0b7550b 100644
--- a/services/tracing/manifest.json
+++ b/services/tracing/manifest.json
@@ -1,16 +1,17 @@
{
"manifest_version": 1,
- "name": "mojo:tracing",
+ "name": "service:tracing",
"display_name": "Tracing Collector",
"capabilities": {
"provided": {
"app": [
- "tracing::TracingCollector",
- "tracing::StartupPerformanceDataCollector"
+ "tracing::mojom::Factory",
+ "tracing::mojom::Collector",
+ "tracing::mojom::StartupPerformanceDataCollector"
]
},
"required": {
- "mojo:shell": { "classes": [ "shell:all_users" ] }
+ "service:shell": { "classes": [ "shell:all_users" ] }
}
}
}
« no previous file with comments | « services/shell/tests/shutdown/shutdown_unittest_manifest.json ('k') | services/tracing/public/cpp/provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698