| Index: remoting/protocol/host_stub.h
|
| diff --git a/remoting/protocol/host_stub.h b/remoting/protocol/host_stub.h
|
| index 43175e8c81df99a5d04e55b9f48a727d67ee1baa..9d4b79654836d2356d2fa4d84cae33768be8c36e 100644
|
| --- a/remoting/protocol/host_stub.h
|
| +++ b/remoting/protocol/host_stub.h
|
| @@ -16,15 +16,13 @@ class Task;
|
| namespace remoting {
|
| namespace protocol {
|
|
|
| -class LocalLoginCredentials;
|
| -
|
| class HostStub {
|
| public:
|
| HostStub() {};
|
| virtual ~HostStub() {};
|
|
|
| - virtual void BeginSessionRequest(
|
| - const LocalLoginCredentials* credentials, const base::Closure& done) = 0;
|
| + // Currently we don't use the control channel for anything. Add new
|
| + // message handlers here when necessary.
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(HostStub);
|
|
|