| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index ced3be72b64975b84598e3de335fedcc85390646..2d394d94e844f491bce8cd73f547c77e58072a34 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -30,6 +30,7 @@ class NotifyResolutionRequest;
|
| } // namespace protocol
|
|
|
| class ClientContext;
|
| +class ClientLogger;
|
| class InputHandler;
|
| class RectangleUpdateDecoder;
|
|
|
| @@ -45,6 +46,7 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| ChromotingView* view,
|
| RectangleUpdateDecoder* rectangle_decoder,
|
| InputHandler* input_handler,
|
| + ClientLogger* logger,
|
| Task* client_done);
|
| virtual ~ChromotingClient();
|
|
|
| @@ -117,6 +119,7 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| ChromotingView* view_;
|
| RectangleUpdateDecoder* rectangle_decoder_;
|
| InputHandler* input_handler_;
|
| + ClientLogger* logger_;
|
|
|
| // If non-NULL, this is called when the client is done.
|
| Task* client_done_;
|
|
|