mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add callback for custom certificate selection (issue #1824)
This commit is contained in:
@ -34,6 +34,6 @@ cef_ssl_content_status_t CefSSLStatusImpl::GetContentStatus() {
|
||||
|
||||
CefRefPtr<CefX509Certificate> CefSSLStatusImpl::GetX509Certificate() {
|
||||
if (certificate_ && !cef_certificate_)
|
||||
cef_certificate_ = new CefX509CertificateImpl(*certificate_);
|
||||
cef_certificate_ = new CefX509CertificateImpl(certificate_);
|
||||
return cef_certificate_;
|
||||
}
|
||||
|
Reference in New Issue
Block a user