refactor: CertVerifier is not in the network namespace anymore

Refs: 2689805
This commit is contained in:
Samuel Attard 2021-03-05 15:08:38 -08:00
parent e900271bea
commit eccfa516c5
5 changed files with 8 additions and 6 deletions

View file

@ -163,7 +163,7 @@ class ElectronBrowserClient : public content::ContentBrowserClient,
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)
override;
network::mojom::NetworkContext* GetSystemNetworkContext() override;
content::MediaObserver* GetMediaObserver() override;