diff options
-rw-r--r-- | chrome/browser/io_thread.cc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/chrome/browser/io_thread.cc b/chrome/browser/io_thread.cc index 8d03c90..91ea106 100644 --- a/chrome/browser/io_thread.cc +++ b/chrome/browser/io_thread.cc @@ -7,7 +7,6 @@ #include "base/command_line.h" #include "base/leak_tracker.h" #include "base/logging.h" -#include "base/nss_util.h" #include "base/string_number_conversions.h" #include "base/string_util.h" #include "chrome/browser/browser_process.h" @@ -25,7 +24,6 @@ #include "net/base/net_util.h" #include "net/http/http_auth_filter.h" #include "net/http/http_auth_handler_factory.h" -#include "net/ocsp/nss_ocsp.h" namespace { @@ -177,11 +175,6 @@ void IOThread::ChangedToOnTheRecord() { void IOThread::Init() { BrowserProcessSubThread::Init(); -#if defined(USE_NSS) - base::EnsureNSSInit(); - net::EnsureOCSPInit(); -#endif // defined(USE_NSS) - DCHECK(!globals_); globals_ = new Globals; |