chore: bump chromium to 92.0.4496.0 (master) (#28907)
Co-authored-by: Charles Kerr <charles@charleskerr.com>
This commit is contained in:
parent
99909baeac
commit
005101424a
82 changed files with 340 additions and 320 deletions
|
@ -347,8 +347,7 @@ ElectronBrowserContext::GetURLLoaderFactory() {
|
|||
// the non-NetworkService implementation always has web security enabled.
|
||||
params->disable_web_security = false;
|
||||
|
||||
auto* storage_partition =
|
||||
content::BrowserContext::GetDefaultStoragePartition(this);
|
||||
auto* storage_partition = GetDefaultStoragePartition();
|
||||
params->url_loader_network_observer =
|
||||
storage_partition->CreateURLLoaderNetworkObserverForNavigationRequest(-1);
|
||||
storage_partition->GetNetworkContext()->CreateURLLoaderFactory(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue