parent
3010dd93e3
commit
d54bee03d0
1 changed files with 2 additions and 2 deletions
|
@ -352,8 +352,8 @@ ElectronBrowserContext::GetURLLoaderFactory() {
|
||||||
|
|
||||||
auto* storage_partition =
|
auto* storage_partition =
|
||||||
content::BrowserContext::GetDefaultStoragePartition(this);
|
content::BrowserContext::GetDefaultStoragePartition(this);
|
||||||
params->auth_cert_observer =
|
params->url_loader_network_observer =
|
||||||
storage_partition->CreateAuthAndCertObserverForNavigationRequest(-1);
|
storage_partition->CreateURLLoaderNetworkObserverForNavigationRequest(-1);
|
||||||
storage_partition->GetNetworkContext()->CreateURLLoaderFactory(
|
storage_partition->GetNetworkContext()->CreateURLLoaderFactory(
|
||||||
std::move(factory_receiver), std::move(params));
|
std::move(factory_receiver), std::move(params));
|
||||||
url_loader_factory_ =
|
url_loader_factory_ =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue