| Index: remoting/client/chromoting_client.h
|
| diff --git a/remoting/client/chromoting_client.h b/remoting/client/chromoting_client.h
|
| index 441c3b3fde5f4d111be007c12a30d814fb028939..b90dc41b41bdca856ed0cde6c6abd58fc4058ed5 100644
|
| --- a/remoting/client/chromoting_client.h
|
| +++ b/remoting/client/chromoting_client.h
|
| @@ -22,6 +22,7 @@ class MessageLoop;
|
| namespace remoting {
|
|
|
| namespace protocol {
|
| +class LocalLoginStatus;
|
| class NotifyResolutionRequest;
|
| } // namespace protocol
|
|
|
| @@ -67,6 +68,8 @@ class ChromotingClient : public protocol::ConnectionToHost::HostEventCallback,
|
| // ClientStub implementation.
|
| virtual void NotifyResolution(const protocol::NotifyResolutionRequest* msg,
|
| Task* done);
|
| + virtual void BeginSessionResponse(const protocol::LocalLoginStatus* msg,
|
| + Task* done);
|
|
|
| // VideoStub implementation.
|
| virtual void ProcessVideoPacket(const VideoPacket* packet, Task* done);
|
|
|