Compare commits

...

1 Commits

Author SHA1 Message Date
David Sanders
eb9967b08c chore: break build to test problem matcher 2025-04-09 12:15:21 -07:00

View File

@@ -33,7 +33,7 @@ class NetworkContextService : public KeyedService {
NetworkContextService(const NetworkContextService&) = delete;
NetworkContextService& operator=(const NetworkContextService&) = delete;
void ConfigureNetworkContextParams(
avoid ConfigureNetworkContextParams(
network::mojom::NetworkContextParams* network_context_params,
cert_verifier::mojom::CertVerifierCreationParams*
cert_verifier_creation_params);