mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 100.0.4896.0 (#972766)
This commit is contained in:
@ -86,10 +86,10 @@ void CefExtensionImpl::Unload() {
|
||||
// flag, so set it here.
|
||||
unloaded_ = true;
|
||||
|
||||
const bool result = static_cast<CefRequestContextImpl*>(loader_context_)
|
||||
->GetBrowserContext()
|
||||
->UnloadExtension(id_);
|
||||
ALLOW_UNUSED_LOCAL(result);
|
||||
[[maybe_unused]] const bool result =
|
||||
static_cast<CefRequestContextImpl*>(loader_context_)
|
||||
->GetBrowserContext()
|
||||
->UnloadExtension(id_);
|
||||
DCHECK(result);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user