| 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 a53eea67414d3831bb04aeb696785c8afb5aa901..118114ff6f2a91f05cf2a7d0f1bdb6853149563c 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -607,7 +607,7 @@ void HostNPScriptObject::FinishConnectNetworkThread(
|
| }
|
|
|
| signal_strategy_->Connect();
|
| - host_->Start();
|
| + host_->Start(uid);
|
|
|
| SetState(kRequestedAccessCode);
|
| return;
|
|
|