| 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 aefa7adf4136105c6009d5c24c7d04e2a00fce8f..b9306c0155baff4b7eda773c682ead8a5ea2c989 100644
|
| --- a/remoting/host/plugin/host_script_object.cc
|
| +++ b/remoting/host/plugin/host_script_object.cc
|
| @@ -337,7 +337,7 @@ bool HostNPScriptObject::Enumerate(std::vector<std::string>* values) {
|
| return true;
|
| }
|
|
|
| -void HostNPScriptObject::OnAccessDenied() {
|
| +void HostNPScriptObject::OnAccessDenied(const std::string& jid) {
|
| DCHECK(host_context_.network_message_loop()->BelongsToCurrentThread());
|
|
|
| ++failed_login_attempts_;
|
|
|