Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: components/cronet/ios/test/cronet_test_base.h

Issue 2937523002: add setter for enable_pkp_bypass_etc (Closed)
Patch Set: add test for set_enable_pkp_bypass_etc Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698