| Index: net/ssl/client_cert_store_impl_win.cc
|
| diff --git a/net/ssl/client_cert_store_impl_win.cc b/net/ssl/client_cert_store_impl_win.cc
|
| index de54fae8fceb5de4a9613987d4a1c909afed471d..936035ef7af716c9c643c580367b847438d5763e 100644
|
| --- a/net/ssl/client_cert_store_impl_win.cc
|
| +++ b/net/ssl/client_cert_store_impl_win.cc
|
| @@ -143,6 +143,10 @@ void GetClientCertsImpl(HCERTSTORE cert_store,
|
|
|
| } // namespace
|
|
|
| +ClientCertStoreImpl::ClientCertStoreImpl() {}
|
| +
|
| +ClientCertStoreImpl::~ClientCertStoreImpl() {}
|
| +
|
| void ClientCertStoreImpl::GetClientCerts(const SSLCertRequestInfo& request,
|
| CertificateList* selected_certs,
|
| const base::Closure& callback) {
|
|
|