| Index: remoting/protocol/connection_to_host.h
|
| diff --git a/remoting/protocol/connection_to_host.h b/remoting/protocol/connection_to_host.h
|
| index cc8b691fb160c643384189d47fc56fd930ad52e0..9aae099c64613265b8e1f266d11d9bd32ed3b435 100644
|
| --- a/remoting/protocol/connection_to_host.h
|
| +++ b/remoting/protocol/connection_to_host.h
|
| @@ -37,6 +37,7 @@ class Authenticator;
|
| class ClientControlDispatcher;
|
| class ClientEventDispatcher;
|
| class ClientStub;
|
| +class ClipboardStub;
|
| class HostStub;
|
| class InputStub;
|
| class SessionConfig;
|
| @@ -73,6 +74,7 @@ class ConnectionToHost : public SignalStrategy::Listener,
|
| scoped_ptr<Authenticator> authenticator,
|
| HostEventCallback* event_callback,
|
| ClientStub* client_stub,
|
| + ClipboardStub* clipboard_stub,
|
| VideoStub* video_stub);
|
|
|
| virtual void Disconnect(const base::Closure& shutdown_task);
|
| @@ -128,6 +130,7 @@ class ConnectionToHost : public SignalStrategy::Listener,
|
|
|
| // Stub for incoming messages.
|
| ClientStub* client_stub_;
|
| + ClipboardStub* clipboard_stub_;
|
| VideoStub* video_stub_;
|
|
|
| scoped_ptr<SignalStrategy> signal_strategy_;
|
|
|