| Index: remoting/protocol/host_stub.h
|
| diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h
|
| index 2a18ffe9ee36c4bb8a5b2aa321385c7be4c185a4..52a7cf7c95cfcfc0122cd74f8467a5ecb1738b10 100644
|
| --- a/remoting/protocol/host_stub.h
|
| +++ b/remoting/protocol/host_stub.h
|
| @@ -17,15 +17,12 @@ namespace remoting {
|
| namespace protocol {
|
|
|
| class LocalLoginCredentials;
|
| -class SuggestResolutionRequest;
|
|
|
| class HostStub {
|
| public:
|
| HostStub() {};
|
| virtual ~HostStub() {};
|
|
|
| - virtual void SuggestResolution(
|
| - const SuggestResolutionRequest* msg, Task* done) = 0;
|
| virtual void BeginSessionRequest(
|
| const LocalLoginCredentials* credentials, Task* done) = 0;
|
|
|
|
|