Fix translator error with X509CertificateList (issue #1824)

This commit is contained in:
Marshall Greenblatt
2016-10-27 15:44:31 -04:00
parent 67eba55c79
commit a6c42a74b1
8 changed files with 11 additions and 10 deletions

View File

@ -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();