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
|
@ -26,7 +26,7 @@ NetworkContextService::~NetworkContextService() = default;
|
|||
|
||||
void NetworkContextService::ConfigureNetworkContextParams(
|
||||
network::mojom::NetworkContextParams* network_context_params,
|
||||
network::mojom::CertVerifierCreationParams* cert_verifier_creation_params) {
|
||||
cert_verifier::mojom::CertVerifierCreationParams* cert_verifier_creation_params) {
|
||||
bool in_memory = browser_context_->IsOffTheRecord();
|
||||
const base::FilePath& path = browser_context_->GetPath();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue