| Index: chrome/browser/io_thread.cc
|
| ===================================================================
|
| --- chrome/browser/io_thread.cc (revision 60752)
|
| +++ chrome/browser/io_thread.cc (working copy)
|
| @@ -25,9 +25,6 @@
|
| #include "net/base/net_util.h"
|
| #include "net/http/http_auth_filter.h"
|
| #include "net/http/http_auth_handler_factory.h"
|
| -#if defined(USE_NSS)
|
| -#include "net/ocsp/nss_ocsp.h"
|
| -#endif // defined(USE_NSS)
|
|
|
| namespace {
|
|
|
| @@ -161,12 +158,6 @@
|
| void IOThread::Init() {
|
| BrowserProcessSubThread::Init();
|
|
|
| - DCHECK_EQ(MessageLoop::TYPE_IO, message_loop()->type());
|
| -
|
| -#if defined(USE_NSS)
|
| - net::SetMessageLoopForOCSP();
|
| -#endif // defined(USE_NSS)
|
| -
|
| DCHECK(!globals_);
|
| globals_ = new Globals;
|
|
|
|
|