Index: content/browser/plugin_browsertest.cc |
diff --git a/content/browser/plugin_browsertest.cc b/content/browser/plugin_browsertest.cc |
index 9effe325deae04d183047fc23c8dd3888516fdd1..2e4053385ca50a71183313a7679436b0134fc6d2 100644 |
--- a/content/browser/plugin_browsertest.cc |
+++ b/content/browser/plugin_browsertest.cc |
@@ -64,9 +64,6 @@ class PluginTest : public ContentBrowserTest { |
KEY_WRITE) == ERROR_SUCCESS) { |
regkey.CreateKey(L"BROWSER_TESTS.EXE", KEY_READ); |
} |
- } else if (strcmp(test_info->name(), "FlashSecurity") == 0) { |
- command_line->AppendSwitchASCII(switches::kTestSandbox, |
- "security_tests.dll"); |
} |
#elif defined(OS_MACOSX) |
base::FilePath plugin_dir; |