Index: content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
diff --git a/content/browser/renderer_host/resource_dispatcher_host_unittest.cc b/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
index e68c3b90994698c54a4dd25e020b56ac0e621e2f..725f8ae35e90c43b83773d8454e380dfc22812bf 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
+++ b/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
@@ -9,7 +9,6 @@ |
#include "base/process_util.h" |
#include "chrome/browser/browser_thread.h" |
#include "chrome/browser/child_process_security_policy.h" |
-#include "chrome/common/chrome_plugin_lib.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/render_messages_params.h" |
#include "chrome/common/resource_response.h" |
@@ -192,10 +191,6 @@ class ResourceDispatcherHostTest : public testing::Test, |
ChildProcessSecurityPolicy::GetInstance()->Remove(0); |
- // The plugin lib is automatically loaded during these test |
- // and we want a clean environment for other tests. |
- ChromePluginLib::UnloadAllPlugins(); |
- |
// Flush the message loop to make Purify happy. |
message_loop_.RunAllPending(); |
} |