Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2242)

Unified Diff: net/ssl/client_cert_store_impl_mac.cc

Issue 83793006: NSS: Handle unfriendly tokens in client auth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changes for comment #8 Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {

Powered by Google App Engine
This is Rietveld 408576698