| 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..792f9b5e7881d0850fd39ad567a7aef70f4748f9 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -600,6 +600,7 @@ void HostNPScriptObject::FinishConnectNetworkThread(
|
| base::Closure());
|
| it2me_host_user_interface_->Start(host_.get(), disconnect_callback);
|
| host_event_logger_ = HostEventLogger::Create(host_, kApplicationName);
|
| + host_event_logger_->OnStart(uid);
|
|
|
| {
|
| base::AutoLock auto_lock(ui_strings_lock_);
|
|
|