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

Unified Diff: ios/web/app/web_main_loop.mm

Issue 1808963004: Adding macro to enable changing SSL library (Part 1) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove remoting_nacl change. Created 4 years, 9 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
« no previous file with comments | « ios/crnet/crnet_environment.mm ('k') | net/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/app/web_main_loop.mm
diff --git a/ios/web/app/web_main_loop.mm b/ios/web/app/web_main_loop.mm
index be504e0df6c798b5cd100353e08a8d68075008c7..ac91ba6b9fa39e6e558b29c822c6ed03e9cf3b7e 100644
--- a/ios/web/app/web_main_loop.mm
+++ b/ios/web/app/web_main_loop.mm
@@ -54,8 +54,10 @@ void WebMainLoop::EarlyInitialization() {
parts_->PreEarlyInitialization();
}
+#if defined(USE_NSS_VERIFIER)
// We want to be sure to init NSPR on the main thread.
crypto::EnsureNSPRInit();
+#endif
if (parts_) {
parts_->PostEarlyInitialization();
« no previous file with comments | « ios/crnet/crnet_environment.mm ('k') | net/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698