| 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 5a3adbbe786e4bd94549c0b18872159440ace7e6..8e86d930676dc44f1ee909b38ee83aa31f7e92a9 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"
|
| @@ -96,8 +95,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
|
|
|