| Index: services/media/framework/models/multistream_source.h
|
| diff --git a/services/media/framework/models/multistream_source.h b/services/media/framework/models/multistream_source.h
|
| index 078235319582a9aa0ee34b3196460af594e61e3b..9c7080871e13b4dafefb2c7174a58a201e3ad4d4 100644
|
| --- a/services/media/framework/models/multistream_source.h
|
| +++ b/services/media/framework/models/multistream_source.h
|
| @@ -11,8 +11,7 @@
|
| namespace mojo {
|
| namespace media {
|
|
|
| -// Synchronous source of packets for multiple streams. This is currently used
|
| -// by Demux, though it would be better if Demux were asynchronous.
|
| +// Synchronous source of packets for multiple streams.
|
| class MultistreamSource : public Part {
|
| public:
|
| ~MultistreamSource() override {}
|
|
|