| Index: remoting/host/self_access_verifier.cc
|
| diff --git a/remoting/host/self_access_verifier.cc b/remoting/host/self_access_verifier.cc
|
| index 939ed4dd31bc41bbab3993f99daf0da76d7e5046..1228e5c8c6aa39b6866f08f6a157a031013980e7 100644
|
| --- a/remoting/host/self_access_verifier.cc
|
| +++ b/remoting/host/self_access_verifier.cc
|
| @@ -31,9 +31,7 @@ bool SelfAccessVerifier::Init(HostConfig* config) {
|
| return true;
|
| }
|
|
|
| -bool SelfAccessVerifier::VerifyPermissions(
|
| - const std::string& client_jid,
|
| - const std::string& encoded_access_token) {
|
| +bool SelfAccessVerifier::VerifyPermissions(const std::string& client_jid) {
|
| CHECK(initialized_);
|
|
|
| // Reject incoming connection if the client's jid is not an ASCII string.
|
|
|