| Index: remoting/protocol/client_stub.h
|
| diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
|
| index 2662e95ac890489b737a836d0df8544be8194331..4b73789b84abeb95623275e5bee259665e2447b8 100644
|
| --- a/remoting/protocol/client_stub.h
|
| +++ b/remoting/protocol/client_stub.h
|
| @@ -17,6 +17,7 @@ class Task;
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| +class LocalLoginStatus;
|
| class NotifyResolutionRequest;
|
|
|
| class ClientStub {
|
| @@ -26,6 +27,8 @@ class ClientStub {
|
|
|
| virtual void NotifyResolution(const NotifyResolutionRequest* msg,
|
| Task* done) = 0;
|
| + virtual void BeginSessionResponse(const LocalLoginStatus* msg,
|
| + Task* done) = 0;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(ClientStub);
|
|
|