| Index: mojo/services/tracing/interfaces/tracing.mojom
|
| diff --git a/mojo/services/tracing/interfaces/tracing.mojom b/mojo/services/tracing/interfaces/tracing.mojom
|
| index a261e908f08c96e2516765e283741b00ae65a84e..b2300e03c621b4c1774b9e84e0840b5dc9e29be5 100644
|
| --- a/mojo/services/tracing/interfaces/tracing.mojom
|
| +++ b/mojo/services/tracing/interfaces/tracing.mojom
|
| @@ -10,6 +10,7 @@ module tracing;
|
| // function is called collect tracing data and pass it back via the provided
|
| // TraceRecorder interface up until Stop() is called.
|
|
|
| +[ServiceName="tracing::TraceProvider"]
|
| interface TraceProvider {
|
| // Categories can either be the empty string to mean the default set of
|
| // categories or a comma-delimited list of categories to trace.
|
| @@ -21,6 +22,7 @@ interface TraceRecorder {
|
| Record(string json);
|
| };
|
|
|
| +[ServiceName="tracing::TraceCollector"]
|
| interface TraceCollector {
|
| // Request tracing data from all connected providers to stream to
|
| // |stream|.
|
|
|