Chromium Code Reviews| Index: components/cronet/ios/test/cronet_test_base.h |
| diff --git a/components/cronet/ios/test/cronet_test_base.h b/components/cronet/ios/test/cronet_test_base.h |
| index f6d314545fc12559437fbe666e5a54891a1c573a..db586798febee74210fb7d821f4998b576221476 100644 |
| --- a/components/cronet/ios/test/cronet_test_base.h |
| +++ b/components/cronet/ios/test/cronet_test_base.h |
| @@ -16,6 +16,7 @@ |
| @interface Cronet (ExposedForTesting) |
| + (void)shutdownForTesting; |
| + (void)setMockCertVerifier:(std::unique_ptr<net::CertVerifier>)certVerifier; |
| ++ (void)setEnablePublicKeyPinningBypassForLocalTrustAnchors:(bool)enable; |
|
mef
2017/06/13 20:52:58
BOOL
lilyhoughton
2017/06/14 15:58:42
Done.
|
| @end |
| // NSURLSessionDataDelegate delegate implementation used by the tests to |