| Index: remoting/host/plugin/host_script_object.h
|
| diff --git a/remoting/host/plugin/host_script_object.h b/remoting/host/plugin/host_script_object.h
|
| index 83e7fcfbb8bf9291f537287d8c5229e39c444ffc..c9d38795d59e3783c71498abaef48f5163f064b8 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -72,6 +72,9 @@ class HostNPScriptObject : public HostStatusObserver {
|
| virtual void OnAccessDenied(const std::string& jid) OVERRIDE;
|
| virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE;
|
| virtual void OnClientDisconnected(const std::string& jid) OVERRIDE;
|
| + virtual void OnClientIpAddress(const std::string& jid,
|
| + const std::string& channel_name,
|
| + const net::IPEndPoint& end_point) OVERRIDE;
|
| virtual void OnShutdown() OVERRIDE;
|
|
|
| // Post LogDebugInfo to the correct proxy (and thus, on the correct thread).
|
|
|