| Index: services/tracing/tracing.mojom
|
| diff --git a/services/tracing/tracing.mojom b/services/tracing/tracing.mojom
|
| index fa8be1f655df695b43a8a17d294dd40f74b30a54..7c53b435a3483ec2909df5f46e751bf76318febe 100644
|
| --- a/services/tracing/tracing.mojom
|
| +++ b/services/tracing/tracing.mojom
|
| @@ -23,6 +23,7 @@ interface TraceCoordinator {
|
| // |stream|.
|
| Start(handle<data_pipe_producer> stream, string categories);
|
|
|
| - // Stop tracing and flush results to file.
|
| + // Stop tracing and flush results to the |stream| passed in to Start().
|
| + // Closes |stream| when all data is collected.
|
| StopAndFlush();
|
| };
|
|
|