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

Unified Diff: content/browser/browser_main_loop.cc

Issue 1882433002: Removing NSS files and USE_OPENSSL flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase. Created 4 years, 8 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
Index: content/browser/browser_main_loop.cc
diff --git a/content/browser/browser_main_loop.cc b/content/browser/browser_main_loop.cc
index e96d2f9261c2a58bb5d08794476dff03f9825fd4..d2bb00936416bc23e3b9344ed42c31f2e06b5ba0 100644
--- a/content/browser/browser_main_loop.cc
+++ b/content/browser/browser_main_loop.cc
@@ -175,7 +175,7 @@
#include "ui/gfx/x/x11_types.h"
#endif
-#if defined(USE_NSS_CERTS) || !defined(USE_OPENSSL)
+#if defined(USE_NSS_CERTS)
#include "crypto/nss_util.h"
#endif
@@ -494,7 +494,7 @@ void BrowserMainLoop::EarlyInitialization() {
net::EnsureWinsockInit();
#endif
-#if defined(USE_NSS_CERTS) || !defined(USE_OPENSSL)
+#if defined(USE_NSS_CERTS)
// We want to be sure to init NSPR on the main thread.
crypto::EnsureNSPRInit();
#endif

Powered by Google App Engine
This is Rietveld 408576698