summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/browser/plugin_browsertest.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc
index 64c7aa9..ddb5683 100644
--- a/content/browser/plugin_browsertest.cc
+++ b/content/browser/plugin_browsertest.cc
@@ -57,10 +57,6 @@ class PluginTest : public ContentBrowserTest {
KEY_WRITE) == ERROR_SUCCESS) {
regkey.CreateKey(L"BROWSER_TESTS.EXE", KEY_READ);
}
- } else if (strcmp(test_info->name(), "MediaPlayerOld") == 0) {
- // When testing the old WMP plugin, we need to force Chrome to not load
- // the new plugin.
- command_line->AppendSwitch(switches::kUseOldWMPPlugin);
} else if (strcmp(test_info->name(), "FlashSecurity") == 0) {
command_line->AppendSwitchASCII(switches::kTestSandbox,
"security_tests.dll");