| Index: media/base/demuxer.h
|
| diff --git a/media/base/demuxer.h b/media/base/demuxer.h
|
| index 49aa2381a6eec8207cfceebdeb12c3b1c272a2aa..48d0e6a2b31e6c3b9b395aa920ca9f1f98f8f64b 100644
|
| --- a/media/base/demuxer.h
|
| +++ b/media/base/demuxer.h
|
| @@ -22,9 +22,6 @@ class MEDIA_EXPORT DemuxerHost : public DataSourceHost {
|
| // Duration may be kInfiniteDuration() if the duration is not known.
|
| virtual void SetDuration(base::TimeDelta duration) = 0;
|
|
|
| - // Sets the byte offset at which the client is requesting the video.
|
| - virtual void SetCurrentReadPosition(int64 offset) = 0;
|
| -
|
| // Stops execution of the pipeline due to a fatal error. Do not call this
|
| // method with PIPELINE_OK.
|
| virtual void OnDemuxerError(PipelineStatus error) = 0;
|
|
|