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

Unified Diff: remoting/host/self_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/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_;

Powered by Google App Engine
This is Rietveld 408576698