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 |