| Index: remoting/host/self_access_verifier.h
|
| diff --git a/remoting/host/self_access_verifier.h b/remoting/host/self_access_verifier.h
|
| index 29b07ed837ce4a0e3c8b9a0c9ecf8ab97094bcb3..5aacabbe78c91f361d5b2be05f867f545bdee0f4 100644
|
| --- a/remoting/host/self_access_verifier.h
|
| +++ b/remoting/host/self_access_verifier.h
|
| @@ -33,14 +33,9 @@ class SelfAccessVerifier : public AccessVerifier {
|
| bool Init(HostConfig* config);
|
|
|
| // 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;
|
|
|
| private:
|
| - bool DecodeClientAuthToken(const std::string& encoded_client_token,
|
| - protocol::ClientAuthToken* client_token);
|
| -
|
| std::string host_jid_prefix_;
|
| bool initialized_;
|
|
|
|
|