| Index: remoting/host/chromoting_host.cc
|
| diff --git a/remoting/host/chromoting_host.cc b/remoting/host/chromoting_host.cc
|
| index 3e2ce47a3855cecfa1ab73a8f3228ae54fc71160..4bfd9e2b994a85513d6bcd3afb1adcc14451b06f 100644
|
| --- a/remoting/host/chromoting_host.cc
|
| +++ b/remoting/host/chromoting_host.cc
|
| @@ -263,8 +263,7 @@ void ChromotingHost::OnIncomingSession(
|
| clients_.push_back(base::MakeUnique<ClientSession>(
|
| this, std::move(connection), desktop_environment_factory_,
|
| desktop_environment_options_, max_session_duration_, pairing_registry_,
|
| - extension_ptrs,
|
| - std::vector<protocol::DataChannelManager::NameCallbackPair>()));
|
| + extension_ptrs));
|
| }
|
|
|
| } // namespace remoting
|
|
|