diff options
Diffstat (limited to 'remoting/host/plugin/host_script_object.h')
-rw-r--r-- | remoting/host/plugin/host_script_object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h index abb6734..c295e6d 100644 --- a/remoting/host/plugin/host_script_object.h +++ b/remoting/host/plugin/host_script_object.h @@ -324,6 +324,7 @@ class HostNPScriptObject : public HostStatusObserver { base::Lock ui_strings_lock_; base::WaitableEvent disconnected_event_; + base::WaitableEvent stopped_event_; base::Lock nat_policy_lock_; |