Chromium Code Reviews| Index: net/socket/ssl_client_socket_mac.h |
| =================================================================== |
| --- net/socket/ssl_client_socket_mac.h (revision 23320) |
| +++ net/socket/ssl_client_socket_mac.h (working copy) |
| @@ -84,6 +84,8 @@ |
| State next_state_; |
| State next_io_state_; |
| + // Set when handshake finishes. |
| + scoped_refptr<X509Certificate> server_cert_; |
| int server_cert_status_; |
| bool completed_handshake_; |