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

Unified Diff: remoting/host/token_validator_base.h

Issue 2838243002: Remove client_certs from SSLCertRequestInfo. (Closed)
Patch Set: revert stray whitespace change Created 3 years, 8 months 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
« no previous file with comments | « net/ssl/ssl_cert_request_info.cc ('k') | remoting/host/token_validator_base.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/host/token_validator_base.h
diff --git a/remoting/host/token_validator_base.h b/remoting/host/token_validator_base.h
index 1274ee1eacbde41c682909355902e072e45e1464..d6ceb9ea9be98337ac7d86adf0a98db3f17d6d75 100644
--- a/remoting/host/token_validator_base.h
+++ b/remoting/host/token_validator_base.h
@@ -53,8 +53,8 @@ class TokenValidatorBase
net::SSLCertRequestInfo* cert_request_info) override;
protected:
- void OnCertificatesSelected(net::CertificateList* selected_certs,
- net::ClientCertStore* unused);
+ void OnCertificatesSelected(net::ClientCertStore* unused,
+ net::CertificateList selected_certs);
virtual void StartValidateRequest(const std::string& token) = 0;
virtual void ContinueWithCertificate(net::X509Certificate* client_cert,
« no previous file with comments | « net/ssl/ssl_cert_request_info.cc ('k') | remoting/host/token_validator_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698