| 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 88db11c24d15dd3eacc6c5580c490f59be009d0f..2e04370f82d918d8ae506abfbfbea688e4f8bb44 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -68,8 +68,8 @@ class HostNPScriptObject : public HostStatusObserver {
|
| bool Enumerate(std::vector<std::string>* values);
|
|
|
| // remoting::HostStatusObserver implementation.
|
| - virtual void OnSignallingConnected(remoting::SignalStrategy* signal_strategy,
|
| - const std::string& full_jid) OVERRIDE;
|
| + virtual void OnSignallingConnected(
|
| + remoting::SignalStrategy* signal_strategy) OVERRIDE;
|
| virtual void OnSignallingDisconnected() OVERRIDE;
|
| virtual void OnAccessDenied() OVERRIDE;
|
| virtual void OnClientAuthenticated(const std::string& jid) OVERRIDE;
|
|
|