DescriptionEnsure that NSS HTTP IO is initialized on iOS.
This continues the work of these two CLs:
https://chromiumcodereview.appspot.com/10983023
https://chromiumcodereview.appspot.com/11293235
SSLServerSocketNSS does not use NSS HTTP IO, so it doesn't need
to include nss_ocsp.h.
Use defined(OS_MACOSX) && !defined(OS_IOS) to detect Mac OS X
(excluding iOS).
R=blundell@chromium.org,droger@chromium.org,rsleevi@chromium.org
BUG=none
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170669
Patch Set 1 #
Total comments: 7
Patch Set 2 : Add chrome/browser/io_thread.cc to the CL. Update OS_MACOSX related tests. #
Total comments: 2
Patch Set 3 : Remove the #endif comments #Patch Set 4 : Sync with ToT #
Total comments: 2
Messages
Total messages: 16 (0 generated)
|