| Index: remoting/protocol/connection_to_host.h
|
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
|
| index f459f63e7f853eb247987ec7b803a110b1ff6e43..45e1f9a51e0a1c645bfddb8fb2df56966b90e255 100644
|
| --- a/remoting/protocol/connection_to_host.h
|
| +++ b/remoting/protocol/connection_to_host.h
|
| @@ -83,6 +83,7 @@ class ConnectionToHost : public SignalStrategy::Listener,
|
| virtual const SessionConfig& config();
|
|
|
| virtual ClipboardStub* clipboard_stub();
|
| + virtual HostStub* host_stub();
|
| virtual InputStub* input_stub();
|
|
|
| // SignalStrategy::StatusObserver interface.
|
|
|