| 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 d52ce71c756b2fc0217f12b544d2e98215e74482..11be26c5b45a8413906fc69db1817fbbb51d71d0 100644
|
| --- a/remoting/host/plugin/host_script_object.h
|
| +++ b/remoting/host/plugin/host_script_object.h
|
| @@ -118,8 +118,7 @@ class HostNPScriptObject : public HostStatusObserver {
|
| void LogDebugInfo(const std::string& message);
|
|
|
| // Callbacks invoked during session setup.
|
| - void OnReceivedSupportID(remoting::SupportAccessVerifier* access_verifier,
|
| - bool success,
|
| + void OnReceivedSupportID(bool success,
|
| const std::string& support_id,
|
| const base::TimeDelta& lifetime);
|
| void NotifyAccessCode(bool success);
|
|
|