Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: remoting/protocol/connection_to_host.h

Issue 9921034: [Chromoting] Add plumbing to carry clipboard events from the host to the client. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync. Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « remoting/protocol/client_control_dispatcher.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « remoting/protocol/client_control_dispatcher.cc ('k') | remoting/protocol/connection_to_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698