refactor: CertVerifier is not in the network namespace anymore
Refs: 2689805
This commit is contained in:
parent
e900271bea
commit
eccfa516c5
5 changed files with 8 additions and 6 deletions
|
@ -1068,7 +1068,7 @@ void ElectronBrowserClient::ConfigureNetworkContextParams(
|
|||
bool in_memory,
|
||||
const base::FilePath& relative_partition_path,
|
||||
network::mojom::NetworkContextParams* network_context_params,
|
||||
network::mojom::CertVerifierCreationParams* cert_verifier_creation_params) {
|
||||
cert_verifier::mojom::CertVerifierCreationParams* cert_verifier_creation_params) {
|
||||
DCHECK(browser_context);
|
||||
return NetworkContextServiceFactory::GetForContext(browser_context)
|
||||
->ConfigureNetworkContextParams(network_context_params,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue