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

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: 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
« no previous file with comments | « chrome/tools/build/win/create_installer_archive.py ('k') | chrome_frame/test/perf/chrome_frame_perftest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5cdb77b7e224bb35c29b000a4dfdc906bc87dc16..a9c2f83e391304494d8974d66ece9d65cae59c8a 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();
app::RegisterPathProvider();
@@ -518,7 +514,6 @@ int main(int argc, char** argv) {
watchdog.AddObserver(&credentials, "Windows Security", "");
testing::InitGoogleTest(&argc, argv);
FilterDisabledTests();
- PluginService::EnableChromePlugins(false);
test_suite.RunMainUIThread();
return 0;
}
« no previous file with comments | « chrome/tools/build/win/create_installer_archive.py ('k') | chrome_frame/test/perf/chrome_frame_perftest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698