mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Fix translator error with X509CertificateList (issue #1824)
This commit is contained in:
@ -705,7 +705,7 @@ bool ClientHandler::OnSelectClientCertificate(
|
||||
bool isProxy,
|
||||
const CefString& host,
|
||||
int port,
|
||||
const CefX509CertificateList& certificates,
|
||||
const X509CertificateList& certificates,
|
||||
CefRefPtr<CefSelectClientCertificateCallback> callback) {
|
||||
CEF_REQUIRE_UI_THREAD();
|
||||
|
||||
|
Reference in New Issue
Block a user