Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(330)

Unified Diff: content/browser/renderer_host/resource_dispatcher_host_unittest.cc

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: windows fixes Created 9 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
}

Powered by Google App Engine
This is Rietveld 408576698