| Index: chrome/common/net/url_fetcher_unittest.cc
|
| diff --git a/chrome/common/net/url_fetcher_unittest.cc b/chrome/common/net/url_fetcher_unittest.cc
|
| index 0d36f02776b0f8b86204ccca9539723cf0ad1e11..7c3a1d8d22ebe69b0c7ab31cd91873a2ee8c8122 100644
|
| --- a/chrome/common/net/url_fetcher_unittest.cc
|
| +++ b/chrome/common/net/url_fetcher_unittest.cc
|
| @@ -6,7 +6,6 @@
|
| #include "base/synchronization/waitable_event.h"
|
| #include "base/threading/thread.h"
|
| #include "build/build_config.h"
|
| -#include "chrome/common/chrome_plugin_lib.h"
|
| #include "chrome/common/net/url_fetcher.h"
|
| #include "chrome/common/net/url_request_context_getter.h"
|
| #include "net/http/http_response_headers.h"
|
| @@ -77,8 +76,6 @@ class URLFetcherTest : public testing::Test, public URLFetcher::Delegate {
|
|
|
| io_message_loop_proxy_ = base::MessageLoopProxy::CreateForCurrentThread();
|
|
|
| - // Ensure that any plugin operations done by other tests are cleaned up.
|
| - ChromePluginLib::UnloadAllPlugins();
|
| #if defined(USE_NSS)
|
| net::EnsureOCSPInit();
|
| #endif
|
|
|