| Index: media/base/demuxer.h
|
| diff --git a/media/base/demuxer.h b/media/base/demuxer.h
|
| index c9c851c1bd95588a53008b7c78f500dbfa6c33fa..c6b2515f178cbf883f7bde39df3dd2850145ca3e 100644
|
| --- a/media/base/demuxer.h
|
| +++ b/media/base/demuxer.h
|
| @@ -82,9 +82,6 @@ class MEDIA_EXPORT Demuxer {
|
| // to be DemuxerStream::TEXT), or NULL if that type of stream is not present.
|
| virtual DemuxerStream* GetStream(DemuxerStream::Type type) = 0;
|
|
|
| - // Returns the starting time for the media file.
|
| - virtual base::TimeDelta GetStartTime() const = 0;
|
| -
|
| // Returns Time represented by presentation timestamp 0.
|
| // If the timstamps are not associated with a Time, then
|
| // a null Time is returned.
|
|
|