Chromium Code Reviews| Index: net/ssl/ssl_info.h |
| diff --git a/net/ssl/ssl_info.h b/net/ssl/ssl_info.h |
| index 6bb21875e0a3c5d01ab263ff6601c54821054f4f..84bec5916fe5dfd15624662c0764507d942e614f 100644 |
| --- a/net/ssl/ssl_info.h |
| +++ b/net/ssl/ssl_info.h |
| @@ -94,6 +94,9 @@ class NET_EXPORT SSLInfo { |
| // standard CA root. (As opposed to a user-installed root.) |
| bool is_issued_by_known_root; |
| + // True if pinning was bypassed on this connection |
|
svaldez
2016/06/07 14:12:48
nit: .
dadrian
2016/06/07 17:48:23
Done.
|
| + bool pkp_bypassed; |
| + |
| // True if a client certificate was sent to the server. Note that sending |
| // a Certificate message with no client certificate in it does not count. |
| bool client_cert_sent; |