| Index: remoting/protocol/client_stub.h
|
| diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h
|
| index 4a75e05903bbb04e2f92701833cea4100f841a71..21b3219a1745c84baed822664afe03adfa1f4fd6 100644
|
| --- a/remoting/protocol/client_stub.h
|
| +++ b/remoting/protocol/client_stub.h
|
| @@ -25,8 +25,6 @@ class ClientStub {
|
| ClientStub() {}
|
| virtual ~ClientStub() {}
|
|
|
| - virtual void NotifyResolution(const NotifyResolutionRequest* msg,
|
| - Task* done) = 0;
|
| virtual void BeginSessionResponse(const LocalLoginStatus* msg,
|
| Task* done) = 0;
|
|
|
|
|