| Index: media/filters/chunk_demuxer.cc
|
| diff --git a/media/filters/chunk_demuxer.cc b/media/filters/chunk_demuxer.cc
|
| index daff6e48e216c895ceac9871ab3345b0e365dca3..7cd11cec638f97e50e3a22c4a9eac1b6d3f49a9d 100644
|
| --- a/media/filters/chunk_demuxer.cc
|
| +++ b/media/filters/chunk_demuxer.cc
|
| @@ -332,12 +332,6 @@ class ChunkDemuxerStream : public DemuxerStream {
|
|
|
| void CompletePendingReadIfPossible_Locked();
|
|
|
| - // Gets the value to pass to the next Read() callback. Returns true if
|
| - // |status| and |buffer| should be passed to the callback. False indicates
|
| - // that |status| and |buffer| were not set and more data is needed.
|
| - bool GetNextBuffer_Locked(DemuxerStream::Status* status,
|
| - scoped_refptr<StreamParserBuffer>* buffer);
|
| -
|
| // Specifies the type of the stream.
|
| Type type_;
|
|
|
|
|