summaryrefslogtreecommitdiffstats
path: root/src/core/ssl_host_state_delegate_qt.cpp
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@qt.io>2016-04-19 12:15:53 +0200
committerKai Koehne <kai.koehne@qt.io>2016-04-20 07:15:47 +0000
commit643aa579fc94933eefa8eb20af6729e2140cf480 (patch)
treeede74887fe1765d9acb2e3488c22cf972e29dba4 /src/core/ssl_host_state_delegate_qt.cpp
parent097f0e78e8a26ea1cda8b7d2e14fcf5551a72abd (diff)
Remove unused BrowserContextAdapter handles
Change-Id: Ic3504db1b55e1ff4375efacb450a96ce32a119ee Reviewed-by: Allan Sandfeld Jensen <allan.jensen@theqtcompany.com>
Diffstat (limited to 'src/core/ssl_host_state_delegate_qt.cpp')
-rw-r--r--src/core/ssl_host_state_delegate_qt.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/core/ssl_host_state_delegate_qt.cpp b/src/core/ssl_host_state_delegate_qt.cpp
index cf17b944c..506172aaa 100644
--- a/src/core/ssl_host_state_delegate_qt.cpp
+++ b/src/core/ssl_host_state_delegate_qt.cpp
@@ -72,8 +72,7 @@ void CertPolicy::Allow(const net::X509Certificate& cert, net::CertStatus error)
m_allowed[fingerprint] |= error;
}
-SSLHostStateDelegateQt::SSLHostStateDelegateQt(BrowserContextAdapter *contextAdapter)
- : m_contextAdapter(contextAdapter)
+SSLHostStateDelegateQt::SSLHostStateDelegateQt()
{
}