2733070: Rename observer to URLLoaderNetworkServiceObserver
https://chromium-review.googlesource.com/c/chromium/src/+/2733070
This commit is contained in:
parent
3010dd93e3
commit
d54bee03d0
1 changed files with 2 additions and 2 deletions
|
@ -352,8 +352,8 @@ ElectronBrowserContext::GetURLLoaderFactory() {
|
|||
|
||||
auto* storage_partition =
|
||||
content::BrowserContext::GetDefaultStoragePartition(this);
|
||||
params->auth_cert_observer =
|
||||
storage_partition->CreateAuthAndCertObserverForNavigationRequest(-1);
|
||||
params->url_loader_network_observer =
|
||||
storage_partition->CreateURLLoaderNetworkObserverForNavigationRequest(-1);
|
||||
storage_partition->GetNetworkContext()->CreateURLLoaderFactory(
|
||||
std::move(factory_receiver), std::move(params));
|
||||
url_loader_factory_ =
|
||||
|
|
Loading…
Reference in a new issue