mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
chore: bump chromium to 92.0.4511.0 (master) (#29173)
This commit is contained in:
committed by
GitHub
parent
d79ebc6dc6
commit
039f3d5cd2
@@ -281,7 +281,7 @@ ElectronBrowserContext::CreateZoomLevelDelegate(
|
||||
content::DownloadManagerDelegate*
|
||||
ElectronBrowserContext::GetDownloadManagerDelegate() {
|
||||
if (!download_manager_delegate_.get()) {
|
||||
auto* download_manager = content::BrowserContext::GetDownloadManager(this);
|
||||
auto* download_manager = this->GetDownloadManager();
|
||||
download_manager_delegate_ =
|
||||
std::make_unique<ElectronDownloadManagerDelegate>(download_manager);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user