Chromium Code Reviews| 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() {} |
|
wtc
2013/11/26 23:28:17
Nit: It is a shame that we need to define the cons
Ryan Sleevi
2013/11/26 23:36:26
The clang style checker will warn about a non-triv
|
| + |
| void ClientCertStoreImpl::GetClientCerts(const SSLCertRequestInfo& request, |
| CertificateList* selected_certs, |
| const base::Closure& callback) { |