2733070: Rename observer to URLLoaderNetworkServiceObserver

https://chromium-review.googlesource.com/c/chromium/src/+/2733070
This commit is contained in:
John Kleinschmidt 2021-03-16 10:36:38 -04:00
parent 3010dd93e3
commit d54bee03d0

View file

@ -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_ =