From f0f9663246d5bd8a2d03721d7390bdb2db244e18 Mon Sep 17 00:00:00 2001 From: "ananta@chromium.org" Date: Tue, 8 Sep 2009 19:30:18 +0000 Subject: Fix a build break by removing some webkit_glue stub functions from plugin_test.cpp. These will get deleted anyway by jam's pending media player plugin changes. I also disabled the DefaultPluginParsingTest as it fails when we remove these stub functions. However this is also getting deleted in jam's media player change. TBR=amit, jam(FYI) Review URL: http://codereview.chromium.org/201051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@25648 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/test/plugin/plugin_test.cpp | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) (limited to 'chrome') diff --git a/chrome/test/plugin/plugin_test.cpp b/chrome/test/plugin/plugin_test.cpp index dfed2f0..63def02 100644 --- a/chrome/test/plugin/plugin_test.cpp +++ b/chrome/test/plugin/plugin_test.cpp @@ -249,27 +249,7 @@ TEST_F(ActiveXTest, DISABLED_EmbeddedMPE) { TestActiveX(L"mpe_test.html", kLongWaitTimeout, false); } - -// The default plugin tests defined below rely on the following webkit -// functions and the IsPluginProcess function which is defined in the global -// namespace. Stubbed these out for now. -namespace webkit_glue { - -bool DownloadUrl(const std::string& url, HWND caller_window) { - return false; -} - -bool GetPluginFinderURL(std::string* plugin_finder_url) { - return true; -} - -} // namespace webkit_glue - -bool IsPluginProcess() { - return false; -} - -TEST_F(PluginTest, DefaultPluginParsingTest) { +TEST_F(PluginTest, DISABLED_DefaultPluginParsingTest) { PluginInstallerImpl plugin_installer(NP_EMBED); NPP_t plugin_instance = {0}; -- cgit v1.1