| Index: components/cronet/url_request_context_config.h
|
| diff --git a/components/cronet/url_request_context_config.h b/components/cronet/url_request_context_config.h
|
| index 2a00cf12a05201ebb286c0489c05b0c3c8bc1b4d..f464dbbc5cfbbee6acc4b0171568aa1240d4fcd2 100644
|
| --- a/components/cronet/url_request_context_config.h
|
| +++ b/components/cronet/url_request_context_config.h
|
| @@ -109,9 +109,7 @@
|
| // MockCertVerifier to use for testing purposes.
|
| std::unique_ptr<net::CertVerifier> mock_cert_verifier,
|
| // Enable network quality estimator.
|
| - bool enable_network_quality_estimator,
|
| - // Enable bypassing of public key pinning for local trust anchors
|
| - bool bypass_public_key_pinning_for_local_trust_anchors);
|
| + bool enable_network_quality_estimator);
|
| ~URLRequestContextConfig();
|
|
|
| // Configure |context_builder| based on |this|.
|
| @@ -158,9 +156,6 @@
|
| // Enable network quality estimator.
|
| const bool enable_network_quality_estimator;
|
|
|
| - // Enable public key pinning bypass for local trust anchors.
|
| - const bool bypass_public_key_pinning_for_local_trust_anchors;
|
| -
|
| // App-provided list of servers that support QUIC.
|
| ScopedVector<QuicHint> quic_hints;
|
|
|
|
|