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

Unified Diff: net/socket/ssl_client_socket_mac.h

Issue 452042: Define X509Certificate::intermediate_ca_certs_ as a std::vector of... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Update retain the result comment. Sync to ToT. Created 11 years 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/base/x509_certificate_mac.cc ('k') | net/socket/ssl_client_socket_mac.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/socket/ssl_client_socket_mac.h
===================================================================
--- net/socket/ssl_client_socket_mac.h (revision 34171)
+++ net/socket/ssl_client_socket_mac.h (working copy)
@@ -106,7 +106,6 @@
State next_handshake_state_;
scoped_refptr<X509Certificate> server_cert_;
- std::vector<scoped_refptr<X509Certificate> > intermediate_certs_;
scoped_ptr<CertVerifier> verifier_;
CertVerifyResult server_cert_verify_result_;
« no previous file with comments | « net/base/x509_certificate_mac.cc ('k') | net/socket/ssl_client_socket_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698