| Index: remoting/host/plugin/host_script_object.cc
|
| diff --git a/remoting/host/plugin/host_script_object.cc b/remoting/host/plugin/host_script_object.cc
|
| index ac8f9af8ae1cbd658f96649972e78224e23d0bc7..71e41faaff57cb061a44122dd489f02d6fefcc62 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -549,8 +549,8 @@ void HostNPScriptObject::FinishConnectNetworkThread(
|
|
|
| // Create XMPP connection.
|
| scoped_ptr<SignalStrategy> signal_strategy(
|
| - new XmppSignalStrategy(host_context_->jingle_thread(), uid,
|
| - auth_token, auth_service));
|
| + new XmppSignalStrategy(host_context_->url_request_context_getter(),
|
| + uid, auth_token, auth_service));
|
|
|
| // Request registration of the host for support.
|
| scoped_ptr<RegisterSupportHostRequest> register_request(
|
|
|