chore: update base class name in comment (#29512)
This commit is contained in:
parent
fa2db00e55
commit
1a30f9f974
2 changed files with 2 additions and 2 deletions
|
@ -1087,7 +1087,7 @@ class FileURLLoaderFactory : public network::SelfDeletingURLLoaderFactory {
|
|||
mojo::PendingRemote<network::mojom::URLLoaderFactory> pending_remote;
|
||||
|
||||
// The FileURLLoaderFactory will delete itself when there are no more
|
||||
// receivers - see the NonNetworkURLLoaderFactoryBase::OnDisconnect method.
|
||||
// receivers - see the SelfDeletingURLLoaderFactory::OnDisconnect method.
|
||||
new FileURLLoaderFactory(child_id,
|
||||
pending_remote.InitWithNewPipeAndPassReceiver());
|
||||
|
||||
|
|
|
@ -174,7 +174,7 @@ ElectronURLLoaderFactory::Create(ProtocolType type,
|
|||
mojo::PendingRemote<network::mojom::URLLoaderFactory> pending_remote;
|
||||
|
||||
// The ElectronURLLoaderFactory will delete itself when there are no more
|
||||
// receivers - see the NonNetworkURLLoaderFactoryBase::OnDisconnect method.
|
||||
// receivers - see the SelfDeletingURLLoaderFactory::OnDisconnect method.
|
||||
new ElectronURLLoaderFactory(type, handler,
|
||||
pending_remote.InitWithNewPipeAndPassReceiver());
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue