| Index: net/ssl/client_cert_store_impl_mac.cc
|
| diff --git a/net/ssl/client_cert_store_impl_mac.cc b/net/ssl/client_cert_store_impl_mac.cc
|
| index 468ff03f6ae232a86c91d7afb68b16770b945a61..25def0f7c313aaa7a347ae928665467e50288e77 100644
|
| --- a/net/ssl/client_cert_store_impl_mac.cc
|
| +++ b/net/ssl/client_cert_store_impl_mac.cc
|
| @@ -172,6 +172,10 @@ void GetClientCertsImpl(const scoped_refptr<X509Certificate>& preferred_cert,
|
|
|
| } // namespace
|
|
|
| +ClientCertStoreImpl::ClientCertStoreImpl() {}
|
| +
|
| +ClientCertStoreImpl::~ClientCertStoreImpl() {}
|
| +
|
| void ClientCertStoreImpl::GetClientCerts(const SSLCertRequestInfo& request,
|
| CertificateList* selected_certs,
|
| const base::Closure& callback) {
|
|
|