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

Unified Diff: remoting/host/self_access_verifier.cc

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.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.

Powered by Google App Engine
This is Rietveld 408576698