summaryrefslogtreecommitdiffstats
path: root/chrome/test/ui
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 02:10:35 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-03-03 02:10:35 +0000
commit921f3fd5755d6ae9a441f222fb747697d71baf2a (patch)
treedf0d490745d0dd8e2dcc25d7fbecc4e63d75007f /chrome/test/ui
parent13dc779186dedb868df4373ba694c9f5d7cdf419 (diff)
downloadchromium_src-921f3fd5755d6ae9a441f222fb747697d71baf2a.zip
chromium_src-921f3fd5755d6ae9a441f222fb747697d71baf2a.tar.gz
chromium_src-921f3fd5755d6ae9a441f222fb747697d71baf2a.tar.bz2
Fix build break.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10775 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/ui')
-rw-r--r--chrome/test/ui/npapi_uitest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/chrome/test/ui/npapi_uitest.cpp b/chrome/test/ui/npapi_uitest.cpp
index b1e053e..d8dbdff 100644
--- a/chrome/test/ui/npapi_uitest.cpp
+++ b/chrome/test/ui/npapi_uitest.cpp
@@ -189,7 +189,7 @@ TEST_F(NPAPITester, DISABLED_SelfDeletePluginInvokeAlert) {
// Tests if a plugin executing a self deleting script in the context of
// a synchronous paint event works correctly
TEST_F(NPAPIVisiblePluginTester, SelfDeletePluginInvokeInSynchronousPaint) {
- if (!UITest::in_process_plugins() && !UITest::in_process_renderer()) {
+ if (!UITest::in_process_renderer()) {
show_window_ = true;
std::wstring test_case = L"execute_script_delete_in_paint.html";
GURL url = GetTestUrl(L"npapi", test_case);
@@ -201,7 +201,7 @@ TEST_F(NPAPIVisiblePluginTester, SelfDeletePluginInvokeInSynchronousPaint) {
}
TEST_F(NPAPIVisiblePluginTester, SelfDeletePluginInNewStream) {
- if (!UITest::in_process_plugins() && !UITest::in_process_renderer()) {
+ if (!UITest::in_process_renderer()) {
show_window_ = true;
std::wstring test_case = L"self_delete_plugin_stream.html";
GURL url = GetTestUrl(L"npapi", test_case);
@@ -223,7 +223,7 @@ TEST_F(NPAPIVisiblePluginTester, VerifyPluginWindowRect) {
}
TEST_F(NPAPIVisiblePluginTester, VerifyNPObjectLifetimeTest) {
- if (!UITest::in_process_plugins() && !UITest::in_process_renderer()) {
+ if (!UITest::in_process_renderer()) {
show_window_ = true;
std::wstring test_case = L"npobject_lifetime_test.html";
GURL url = GetTestUrl(L"npapi", test_case);
@@ -243,7 +243,7 @@ TEST_F(NPAPIVisiblePluginTester, NewFails) {
}
TEST_F(NPAPIVisiblePluginTester, SelfDeletePluginInNPNEvaluate) {
- if (!UITest::in_process_plugins() && !UITest::in_process_renderer()) {
+ if (!UITest::in_process_renderer()) {
GURL url = GetTestUrl(L"npapi",
L"execute_script_delete_in_npn_evaluate.html");
NavigateToURL(url);