Chromium Code Reviews| Index: net/socket/ssl_client_socket_win.cc |
| =================================================================== |
| --- net/socket/ssl_client_socket_win.cc (revision 41189) |
| +++ net/socket/ssl_client_socket_win.cc (working copy) |
| @@ -370,6 +370,8 @@ |
| // Client certificates of the user are in the "MY" system certificate store. |
| HCERTSTORE my_cert_store = CertOpenSystemStore(NULL, L"MY"); |
| if (!my_cert_store) { |
| + LOG(ERROR) << "Could not open the \"MY\" system certificate store: " |
| + << GetLastError(); |
| FreeContextBuffer(issuer_list.aIssuers); |
| return; |
| } |