DescriptionEnsure that NSS HTTP IO is initialized on iOS.
|EnsureNSSHttpIOInit| was not being called on iOS. Previously this had been OK
because |SetMessageLoopForNSSHttpIO| is being called on iOS. However, after the
landing of http://crrev.com/127680, |SetMessageLoopForNSSHttpIO| no longer
actually sets the IO loop used for NSS HTTP IO. To remedy this problem, ensure
that |EnsureNSSHttpIOInit| is called on iOS.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=167328
Patch Set 1 #
Total comments: 2
Patch Set 2 : Response to review #Messages
Total messages: 7 (0 generated)
|