| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 377badbf47ff47e7a843d9356c26c8b5439f53fa..4cfe62c6f0dd47afae6dc104a88d34d16a78e54e 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -33,6 +33,7 @@ namespace protocol {
|
| class TransportFactory;
|
| } // namespace protocol
|
|
|
| +class AudioDecoder;
|
| class AudioPlayer;
|
| class ClientUserInterface;
|
| class RectangleUpdateDecoder;
|
| @@ -115,6 +116,8 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| RectangleUpdateDecoder* rectangle_decoder_;
|
| AudioPlayer* audio_player_;
|
|
|
| + scoped_ptr<AudioDecoder> audio_decoder_;
|
| +
|
| // If non-NULL, this is called when the client is done.
|
| base::Closure client_done_;
|
|
|
|
|