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

Unified Diff: services/tracing/manifest.json

Issue 2852183002: Delete the tracing service (Closed)
Patch Set: Created 3 years, 8 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/tracing/main.cc ('k') | services/tracing/public/cpp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/tracing/manifest.json
diff --git a/services/tracing/manifest.json b/services/tracing/manifest.json
deleted file mode 100644
index 0f7d3e25520656fdbfb9c64cc2b5781ec4440c1b..0000000000000000000000000000000000000000
--- a/services/tracing/manifest.json
+++ /dev/null
@@ -1,18 +0,0 @@
-{
- "name": "tracing",
- "display_name": "Tracing Collector",
- "interface_provider_specs": {
- "service_manager:connector": {
- "provides": {
- "app": [
- "tracing::mojom::Factory",
- "tracing::mojom::Collector",
- "tracing::mojom::StartupPerformanceDataCollector"
- ]
- },
- "requires": {
- "service_manager": [ "service_manager:all_users" ]
- }
- }
- }
-}
« no previous file with comments | « services/tracing/main.cc ('k') | services/tracing/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698