Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: remoting/host/support_access_verifier.h

Issue 8662001: Remove AccessVerifier interface. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698