Index: remoting/protocol/client_control_sender.h |
diff --git a/remoting/protocol/client_control_sender.h b/remoting/protocol/client_control_sender.h |
index 6d9b06f1055e40ab876435ccc206616fb101f97f..cd039b8476eed74d5335ed0a284c63403408b387 100644 |
--- a/remoting/protocol/client_control_sender.h |
+++ b/remoting/protocol/client_control_sender.h |
@@ -35,6 +35,9 @@ class ClientControlSender : public ClientStub { |
virtual void NotifyResolution(const NotifyResolutionRequest* msg, |
Task* done); |
+ virtual void BeginSessionResponse(const LocalLoginStatus* msg, |
+ Task* done); |
+ |
private: |
// Buffered socket writer holds the serialized message and send it on the |
// right thread. |