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 d3dc00ea9c61fd934b0c90062a87adbd6a1308e4..e765536f7e902cfa25cc12fa2b02ebf7c03c2212 100644 |
--- a/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
+++ b/content/browser/renderer_host/resource_dispatcher_host_unittest.cc |
@@ -7,7 +7,6 @@ |
#include "base/file_path.h" |
#include "base/message_loop.h" |
#include "base/process_util.h" |
-#include "chrome/common/chrome_plugin_lib.h" |
#include "chrome/common/render_messages.h" |
#include "chrome/common/render_messages_params.h" |
#include "content/browser/browser_thread.h" |
@@ -76,8 +75,6 @@ static ResourceHostMsg_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; |
} |
@@ -193,10 +190,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(); |
} |