| Index: remoting/host/support_access_verifier.h
|
| diff --git a/remoting/host/support_access_verifier.h b/remoting/host/support_access_verifier.h
|
| index b6b7c7a69fc6d0f8762ac38593fbf16c3cc8e860..66168179545922c07aba13faac195deae6da33c2 100644
|
| --- a/remoting/host/support_access_verifier.h
|
| +++ b/remoting/host/support_access_verifier.h
|
| @@ -23,9 +23,7 @@ class SupportAccessVerifier : public AccessVerifier {
|
| const std::string& host_secret() const { return host_secret_; }
|
|
|
| // AccessVerifier interface.
|
| - virtual bool VerifyPermissions(
|
| - const std::string& client_jid,
|
| - const std::string& encoded_client_token) OVERRIDE;
|
| + virtual bool VerifyPermissions(const std::string& client_jid) OVERRIDE;
|
|
|
| void OnIT2MeHostRegistered(bool successful, const std::string& support_id);
|
|
|
|
|