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 724a728b1493bb5ba811b9e14eb83c9f81ebb372..fcdf2a9fffae5083c0915c1782ead31a482d96a1 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -361,6 +361,7 @@ class ProfileIOData { |
// ResourceContext implementation: |
virtual net::HostResolver* GetHostResolver() OVERRIDE; |
virtual net::URLRequestContext* GetRequestContext() OVERRIDE; |
+ virtual scoped_ptr<net::ClientCertStore> CreateClientCertStore() OVERRIDE; |
virtual bool AllowMicAccess(const GURL& origin) OVERRIDE; |
virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE; |