Index: remoting/host/chromoting_host.cc |
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc |
index 8c30d1a130353e2631f3e08b67ccc45e2a46be81..81f87bc2d33382e86afb194a1c6522814953e9bb 100644 |
--- a/remoting/host/chromoting_host.cc |
+++ b/remoting/host/chromoting_host.cc |
@@ -229,7 +229,7 @@ void ChromotingHost::OnSessionChannelsConnected(ClientSession* client) { |
// Immediately add the connection and start the session. |
recorder_->AddConnection(client->connection()); |
recorder_->Start(); |
- desktop_environment_->OnSessionStarted(); |
+ desktop_environment_->OnSessionStarted(client->CreateClipboardProxy()); |
FOR_EACH_OBSERVER(HostStatusObserver, status_observers_, |
OnClientConnected(client->client_jid())); |