Index: content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
diff --git a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
index f3415cbc03c29f834ea3d24c4e2624c92df19719..0cbc2e76c024384bbc85c2e7bff32a2dd0afaeab 100644 |
--- a/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
+++ b/content/browser/browser_plugin/browser_plugin_host_browsertest.cc |
@@ -245,11 +245,6 @@ class BrowserPluginHostTest : public ContentBrowserTest { |
ContentBrowserTest::TearDown(); |
} |
- virtual void SetUpCommandLine(CommandLine* command_line) OVERRIDE { |
- // Enable browser plugin in content_shell for running test. |
- command_line->AppendSwitch(switches::kEnableBrowserPluginForAllViewTypes); |
- } |
- |
static void SimulateSpaceKeyPress(WebContents* web_contents) { |
SimulateKeyPress(web_contents, |
ui::VKEY_SPACE, |