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 017ffa40cec97e04fd404dbf42891af4ed5aa0b2..28729d3c9ef43c938f3b84fa7cc348be5f0f1eac 100644 |
--- a/ios/web/app/web_main_loop.mm |
+++ b/ios/web/app/web_main_loop.mm |
@@ -52,14 +52,6 @@ void WebMainLoop::Init() { |
void WebMainLoop::EarlyInitialization() { |
if (parts_) { |
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(); |
} |
} |