mirror of
https://github.com/electron/electron.git
synced 2026-01-26 15:58:07 -05:00
2733070: Rename observer to URLLoaderNetworkServiceObserver
https://chromium-review.googlesource.com/c/chromium/src/+/2733070
This commit is contained in:
@@ -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_ =
|
||||
|
||||
Reference in New Issue
Block a user