Index: chrome/browser/profiles/profile_io_data.h |
diff --git a/chrome/browser/profiles/profile_io_data.h b/chrome/browser/profiles/profile_io_data.h |
index d820172321a2512480e207eac0ca237f1e3b3e3f..d45204b08b9f759dd1fda70a9db54fc67c2e16d2 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -350,7 +350,8 @@ class ProfileIOData { |
// ResourceContext implementation: |
virtual net::HostResolver* GetHostResolver() OVERRIDE; |
virtual net::URLRequestContext* GetRequestContext() OVERRIDE; |
- virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore() OVERRIDE; |
+ virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore( |
+ const std::string& host_and_port) OVERRIDE; |
virtual bool AllowMicAccess(const GURL& origin) OVERRIDE; |
virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE; |