mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 92.0.4515.0 (#885287)
This commit is contained in:
@@ -232,8 +232,7 @@ void CefBrowserHostBase::StartDownload(const CefString& url) {
|
||||
if (!browser_context)
|
||||
return;
|
||||
|
||||
content::DownloadManager* manager =
|
||||
content::BrowserContext::GetDownloadManager(browser_context);
|
||||
content::DownloadManager* manager = browser_context->GetDownloadManager();
|
||||
if (!manager)
|
||||
return;
|
||||
|
||||
|
Reference in New Issue
Block a user