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

Unified Diff: content/public/browser/resource_context.h

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
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | net/ssl/client_cert_store_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/resource_context.h
diff --git a/content/public/browser/resource_context.h b/content/public/browser/resource_context.h
index 7019fb715f61f9a0cd277e82b456d89ca5a086d6..0163380d26093650e9c91ae1f25d67ded59278eb 100644
--- a/content/public/browser/resource_context.h
+++ b/content/public/browser/resource_context.h
@@ -44,7 +44,8 @@ class CONTENT_EXPORT ResourceContext : public base::SupportsUserData {
virtual net::URLRequestContext* GetRequestContext() = 0;
// Get platform ClientCertStore. May return NULL.
- virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore();
+ virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore(
+ const std::string& host_and_port);
Ryan Sleevi 2013/11/25 06:24:34 I'm really not a fan of threading the host name up
mattm 2013/11/26 01:15:21 Yeah, I agree that it wasn't the cleanest approach
// Returns true if microphone access is allowed for |origin|. Used to
// determine what level of authorization is given to |origin| to access
« no previous file with comments | « content/browser/resource_context_impl.cc ('k') | net/ssl/client_cert_store_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698