Index: remoting/protocol/client_stub.h |
diff --git a/remoting/protocol/client_stub.h b/remoting/protocol/client_stub.h |
index 49b6740fe3225a916b83c9b07d7a340242084718..c1efb8a75b3f1f0e6405e79f65b3adf7c433fac5 100644 |
--- a/remoting/protocol/client_stub.h |
+++ b/remoting/protocol/client_stub.h |
@@ -16,16 +16,13 @@ |
namespace remoting { |
namespace protocol { |
-class LocalLoginStatus; |
-class NotifyResolutionRequest; |
- |
class ClientStub { |
public: |
ClientStub() {} |
virtual ~ClientStub() {} |
- virtual void BeginSessionResponse(const LocalLoginStatus* msg, |
- const base::Closure& done) = 0; |
+ // Currently we don't use control channel for anything. Add new |
+ // messages handlers here when necessary. |
Wez
2011/11/03 00:25:02
nit: use control -> use the control, messages -> m
Sergey Ulanov
2011/11/03 01:21:12
Done.
|
private: |
DISALLOW_COPY_AND_ASSIGN(ClientStub); |