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

Unified Diff: remoting/host/chromoting_host.cc

Issue 9646013: Add the plumbing that will carry a clipboard item from a chromoting client to a host. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refactor InputStub, ClipboardStub, and HostEventStub. 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
Index: remoting/host/chromoting_host.cc
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
index ab3478aa3f56333fd84190b3c792211577918f24..a0dc5b5d3bc320f988ec0e728fb2ed830e121de7 100644
--- a/remoting/host/chromoting_host.cc
+++ b/remoting/host/chromoting_host.cc
@@ -265,7 +265,7 @@ void ChromotingHost::OnIncomingSession(
new protocol::ConnectionToClient(session);
ClientSession* client = new ClientSession(
this, connection, desktop_environment_->event_executor(),
- desktop_environment_->capturer());
+ desktop_environment_->event_executor(), desktop_environment_->capturer());
clients_.push_back(client);
}

Powered by Google App Engine
This is Rietveld 408576698