summaryrefslogtreecommitdiffstats
path: root/remoting/host/plugin/host_script_object.h
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/host/plugin/host_script_object.h')
-rw-r--r--remoting/host/plugin/host_script_object.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
index dd2c810..ad8ba6d 100644
--- a/remoting/host/plugin/host_script_object.h
+++ b/remoting/host/plugin/host_script_object.h
@@ -34,6 +34,7 @@ namespace remoting {
class ChromotingHost;
class DesktopEnvironment;
+class HostEventLogger;
class It2MeHostUserInterface;
class MutableHostConfig;
class RegisterSupportHostRequest;
@@ -311,6 +312,7 @@ class HostNPScriptObject : public HostStatusObserver {
scoped_ptr<LogToServer> log_to_server_;
scoped_ptr<DesktopEnvironment> desktop_environment_;
scoped_ptr<It2MeHostUserInterface> it2me_host_user_interface_;
+ scoped_ptr<HostEventLogger> host_event_logger_;
scoped_refptr<ChromotingHost> host_;
int failed_login_attempts_;