summaryrefslogtreecommitdiffstats
path: root/src/core/ssl_host_state_delegate_qt.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/ssl_host_state_delegate_qt.h')
-rw-r--r--src/core/ssl_host_state_delegate_qt.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ssl_host_state_delegate_qt.h b/src/core/ssl_host_state_delegate_qt.h
index 7c91fcb2d..64a430094 100644
--- a/src/core/ssl_host_state_delegate_qt.h
+++ b/src/core/ssl_host_state_delegate_qt.h
@@ -57,7 +57,7 @@ private:
class SSLHostStateDelegateQt : public content::SSLHostStateDelegate {
public:
- SSLHostStateDelegateQt(BrowserContextAdapter *);
+ SSLHostStateDelegateQt();
~SSLHostStateDelegateQt();
// content::SSLHostStateDelegate implementation:
@@ -71,7 +71,6 @@ public:
virtual bool HasAllowException(const std::string &host) const override;
private:
- BrowserContextAdapter *m_contextAdapter;
std::map<std::string, CertPolicy> m_certPolicyforHost;
};