Commit 8b0dd8cd authored by jam@chromium.org's avatar jam@chromium.org

Run click to play tests on Win Aura since we have NPAPI plugins there.

R=bauerb@chromium.org

Review URL: https://codereview.chromium.org/60263003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@233285 0039d316-1c4b-4281-b951-d872f2087c98
parent 94a4159d
......@@ -288,7 +288,8 @@ IN_PROC_BROWSER_TEST_F(ContentSettingsTest, RedirectCrossOrigin) {
IsContentBlocked(CONTENT_SETTINGS_TYPE_COOKIES));
}
#if !defined(USE_AURA) // No NPAPI plugins with Aura.
// On Aura NPAPI only works on Windows.
#if !defined(USE_AURA) || defined(OS_WIN)
class ClickToPlayPluginTest : public ContentSettingsTest {
public:
......@@ -465,7 +466,7 @@ IN_PROC_BROWSER_TEST_F(ClickToPlayPluginTest, DeleteSelfAtLoad) {
EXPECT_EQ(expected_title, title_watcher.WaitAndGetTitle());
}
#endif // !defined(USE_AURA)
#endif // !defined(USE_AURA) || defined(OS_WIN)
#if defined(ENABLE_PLUGINS)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment