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

Unified Diff: chrome_frame/test/net/fake_external_tab.cc

Issue 6576020: Remove Gears from Chrome (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: remove host_render_view_id Created 9 years, 10 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: chrome_frame/test/net/fake_external_tab.cc
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 84ab2856896f3f7b0b2667dc8d86b9b1dbac9563..ae33edd93fad0e3efa69559223452b6e1c9758d2 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -187,10 +187,6 @@ void FakeExternalTab::Initialize() {
DCHECK(g_browser_process == NULL);
ui::SystemMonitor system_monitor;
- // The gears plugin causes the PluginRequestInterceptor to kick in and it
- // will cause problems when it tries to intercept URL requests.
- PathService::Override(chrome::FILE_GEARS_PLUGIN, FilePath());
-
icu_util::Initialize();
chrome::RegisterPathProvider();

Powered by Google App Engine
This is Rietveld 408576698