| Index: media/base/audio_decoder.h
|
| diff --git a/media/base/audio_decoder.h b/media/base/audio_decoder.h
|
| index 901126d45bb65fb3ac6903fc1e9a479d8d6dd196..b1ee2cd0230bcf1fb6e163d8737ac52727b4413c 100644
|
| --- a/media/base/audio_decoder.h
|
| +++ b/media/base/audio_decoder.h
|
| @@ -69,11 +69,6 @@ class MEDIA_EXPORT AudioDecoder {
|
| // complete before deleting the decoder.
|
| virtual void Stop(const base::Closure& closure) = 0;
|
|
|
| - // Returns various information about the decoded audio format.
|
| - virtual int bits_per_channel() = 0;
|
| - virtual ChannelLayout channel_layout() = 0;
|
| - virtual int samples_per_second() = 0;
|
| -
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(AudioDecoder);
|
| };
|
|
|