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

Unified Diff: remoting/host/chromoting_host_unittest.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: 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_unittest.cc
diff --git a/remoting/host/chromoting_host_unittest.cc b/remoting/host/chromoting_host_unittest.cc
index 185be7138170c339981a3a6c9ccb3c2d018e56b8..46e0d5571ed28cab357e55cd64ec30f2270de73d 100644
--- a/remoting/host/chromoting_host_unittest.cc
+++ b/remoting/host/chromoting_host_unittest.cc
@@ -179,7 +179,7 @@ class ChromotingHostTest : public testing::Test {
protocol::ConnectionToClient* connection = (connection_index == 0) ?
owned_connection_.release() : owned_connection2_.release();
ClientSession* client = new ClientSession(
- host_.get(), connection, event_executor_,
+ host_.get(), connection, event_executor_, event_executor_,
desktop_environment_->capturer());
connection->set_host_stub(client);

Powered by Google App Engine
This is Rietveld 408576698