| Index: media/filters/chunk_demuxer.cc
|
| diff --git a/media/filters/chunk_demuxer.cc b/media/filters/chunk_demuxer.cc
|
| index 2582f0e1e47174c585383009b4fe222582c2d948..4c1de9413229ac1914fbed0ba7a79cb126e8754f 100644
|
| --- a/media/filters/chunk_demuxer.cc
|
| +++ b/media/filters/chunk_demuxer.cc
|
| @@ -345,12 +345,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_;
|
|
|
|
|