summaryrefslogtreecommitdiffstats
path: root/remoting/host/chromoting_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/chromoting_host.cc')
-rw-r--r--remoting/host/chromoting_host.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
index d090e05..fe754ed 100644
--- a/remoting/host/chromoting_host.cc
+++ b/remoting/host/chromoting_host.cc
@@ -298,7 +298,8 @@ void ChromotingHost::OnIncomingSession(
ui_task_runner_,
connection.Pass(),
desktop_environment_factory_,
- max_session_duration_);
+ max_session_duration_,
+ pairing_registry_);
clients_.push_back(client);
}