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..0eb2e3e7fc9c5c8e33ff4da58badc8e1b2eb55fa 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" |
@@ -75,8 +74,6 @@ static ViewHostMsg_Resource_Request CreateResourceRequest( |
request.request_context = 0; |
request.appcache_host_id = appcache::kNoHostId; |
request.download_to_file = false; |
- request.host_renderer_id = -1; |
- request.host_render_view_id = -1; |
return request; |
} |
@@ -192,10 +189,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(); |
} |