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

Unified Diff: content/browser/resource_context_impl.cc

Issue 83793006: NSS: Handle unfriendly tokens in client auth. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . 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: content/browser/resource_context_impl.cc
diff --git a/content/browser/resource_context_impl.cc b/content/browser/resource_context_impl.cc
index c026d936ac399ecda35b712a69bfda1df4d902b5..c55590dbb7af83add0093e7d62db6288c796f7f5 100644
--- a/content/browser/resource_context_impl.cc
+++ b/content/browser/resource_context_impl.cc
@@ -55,7 +55,8 @@ ResourceContext::~ResourceContext() {
DetachUserDataThread();
}
-scoped_ptr<net::ClientCertStore> ResourceContext::CreateClientCertStore() {
+scoped_ptr<net::ClientCertStore> ResourceContext::CreateClientCertStore(
+ const std::string& host_and_port) {
return scoped_ptr<net::ClientCertStore>();
}

Powered by Google App Engine
This is Rietveld 408576698