| Index: remoting/client/audio_player.h
|
| diff --git a/remoting/client/audio_player.h b/remoting/client/audio_player.h
|
| index eed878667fe956a84415562952d3dee7751c280b..0397d093c51a52870e27be1ab541b3306b22db29 100644
|
| --- a/remoting/client/audio_player.h
|
| +++ b/remoting/client/audio_player.h
|
| @@ -19,13 +19,8 @@ class AudioPlayer {
|
| public:
|
| virtual ~AudioPlayer() {}
|
|
|
| - // Returns true if successful, false otherwise.
|
| - virtual bool Start() = 0;
|
| -
|
| virtual void ProcessAudioPacket(scoped_ptr<AudioPacket> packet) = 0;
|
|
|
| - virtual bool IsRunning() const = 0;
|
| -
|
| protected:
|
| AudioPlayer() {}
|
|
|
|
|