mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 133.0.6886.0 (#1393452)
This commit is contained in:
@ -15,7 +15,7 @@ namespace {
|
||||
void UpdateCRLSet(const std::string& crl_set_bytes) {
|
||||
CEF_REQUIRE_UIT();
|
||||
content::GetCertVerifierServiceFactory()->UpdateCRLSet(
|
||||
base::as_bytes(base::make_span(crl_set_bytes)), base::DoNothing());
|
||||
base::as_bytes(base::span(crl_set_bytes)), base::DoNothing());
|
||||
}
|
||||
|
||||
void LoadFromDisk(const base::FilePath& path) {
|
||||
|
Reference in New Issue
Block a user