Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(973)

Unified Diff: content/browser/browser_plugin/browser_plugin_host_browsertest.cc

Issue 236073004: Remove kEnableBrowserPluginForAllViewTypes flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698