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 3c7504879b9999dd0e1901a1c47cd607c4750737..850dba2353005b7da6fa39093931eda3737de516 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, |