| Index: net/socket/socket_test_util.cc
|
| ===================================================================
|
| --- net/socket/socket_test_util.cc (revision 123832)
|
| +++ net/socket/socket_test_util.cc (working copy)
|
| @@ -1119,7 +1119,8 @@
|
| void MockSSLClientSocket::GetSSLInfo(SSLInfo* ssl_info) {
|
| ssl_info->Reset();
|
| ssl_info->cert = data_->cert;
|
| - ssl_info->client_cert_sent = data_->client_cert_sent;
|
| + ssl_info->client_cert_sent = WasOriginBoundCertSent() ||
|
| + data_->client_cert_sent;
|
| }
|
|
|
| void MockSSLClientSocket::GetSSLCertRequestInfo(
|
|
|