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..2e8ccc2ab94ab6c7f605e05f4ef6ee35b9b58e8e 100644 |
--- a/chrome/browser/profiles/profile_io_data.h |
+++ b/chrome/browser/profiles/profile_io_data.h |
@@ -24,6 +24,7 @@ |
#include "content/public/browser/resource_context.h" |
#include "net/cookies/cookie_monster.h" |
#include "net/http/http_network_session.h" |
+#include "net/ssl/client_cert_store.h" |
jam
2013/10/25 15:33:58
nit: not needed in the header
mattm
2013/10/25 19:34:36
Done.
|
#include "net/url_request/url_request_job_factory.h" |
class ChromeHttpUserAgentSettings; |
@@ -363,6 +364,7 @@ class ProfileIOData { |
virtual net::URLRequestContext* GetRequestContext() OVERRIDE; |
virtual bool AllowMicAccess(const GURL& origin) OVERRIDE; |
virtual bool AllowCameraAccess(const GURL& origin) OVERRIDE; |
+ virtual scoped_ptr<net::ClientCertStore> GetClientCertStore() OVERRIDE; |
private: |
friend class ProfileIOData; |