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

Unified Diff: net/ssl/ssl_cert_request_info.cc

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.h ('k') | remoting/host/token_validator_base.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_cert_request_info.cc
diff --git a/net/ssl/ssl_cert_request_info.cc b/net/ssl/ssl_cert_request_info.cc
index e76aa458a92e4dc0a86fc77858253c8f534b4fad..245dfdc6a861a8863e901f3d3c4b0072090e6e86 100644
--- a/net/ssl/ssl_cert_request_info.cc
+++ b/net/ssl/ssl_cert_request_info.cc
@@ -16,7 +16,6 @@ void SSLCertRequestInfo::Reset() {
is_proxy = false;
cert_authorities.clear();
cert_key_types.clear();
- client_certs.clear();
}
SSLCertRequestInfo::~SSLCertRequestInfo() {
« no previous file with comments | « net/ssl/ssl_cert_request_info.h ('k') | remoting/host/token_validator_base.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698