Index: remoting/host/chromoting_host.cc |
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc |
index 4e84aaaecad94fa637046477ba3cd9b2a38ad6a2..c2f8f974b460d13fac0cc8cc4f266e62b90bfb5a 100644 |
--- a/remoting/host/chromoting_host.cc |
+++ b/remoting/host/chromoting_host.cc |
@@ -345,8 +345,12 @@ void ChromotingHost::OnIncomingSession( |
scoped_ptr<protocol::ConnectionToClient> connection( |
new protocol::ConnectionToClient(session)); |
ClientSession* client = new ClientSession( |
- this, connection.Pass(), desktop_environment_->event_executor(), |
- desktop_environment_->capturer(), max_session_duration_); |
+ this, |
+ connection.Pass(), |
+ desktop_environment_->event_executor(), |
+ desktop_environment_->event_executor(), |
+ desktop_environment_->capturer(), |
+ max_session_duration_); |
clients_.push_back(client); |
} |