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

Unified Diff: mojo/services/tracing/interfaces/tracing.mojom

Issue 1932843002: Add TraceProviderRegistry and implementation in tracing service/application. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 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
Index: mojo/services/tracing/interfaces/tracing.mojom
diff --git a/mojo/services/tracing/interfaces/tracing.mojom b/mojo/services/tracing/interfaces/tracing.mojom
index b2300e03c621b4c1774b9e84e0840b5dc9e29be5..558bec3e3aaca98e387980cd8320ad3a81f39038 100644
--- a/mojo/services/tracing/interfaces/tracing.mojom
+++ b/mojo/services/tracing/interfaces/tracing.mojom
@@ -2,6 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+// TODO(vtl): This file should be split into trace_provider.mojom (containing
+// TraceProvider and TraceRecorder) and trace_collector.mojom.
+
[DartPackage="mojo_services"]
module tracing;

Powered by Google App Engine
This is Rietveld 408576698