Update to Chromium version 78.0.3904.0 (#693954)

This commit is contained in:
Marshall Greenblatt
2019-10-01 13:55:16 +00:00
parent c8b457da38
commit f8e0797773
151 changed files with 1485 additions and 2238 deletions

View File

@@ -55,8 +55,7 @@ class CefSSLHostStateDelegate : public content::SSLHostStateDelegate {
content::SSLHostStateDelegate::CertJudgment QueryPolicy(
const std::string& host,
const net::X509Certificate& cert,
int error,
bool* expired_previous_decision) override;
int error) override;
void HostRanInsecureContent(const std::string& host,
int child_id,
InsecureContentType content_type) override;