Chromium Code Reviews
Description[iOS] Fix initialisation of net::URLRequestContext.
After https://codereview.chromium.org/2067843003, the factory method
net::URLRequestContextBuilder::SetHttpNetworkSessionComponents checks
that ct_policy_enforcer and cert_transparency_verifier are set but
did not fix all code path on iOS (as some of them are only excercised
by downstream tests).
So this CL move the ownership of net::CTPolicyVerifier to the globals
variable of IOSChromeIOThread (instead of leaking it) and correctly
pass this to the net::URLRequestContext created.
BUG=620179
Committed: https://crrev.com/5e6deacd502aea944eaaa37ad51936ad877462af
Cr-Commit-Position: refs/heads/master@{#400957}
Patch Set 1 #
Messages
Total messages: 8 (3 generated)
|
|||||||||||||||||||||||||||||||||||||