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

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: Rebase 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 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,
« no previous file with comments | « chrome/renderer/chrome_content_renderer_client.cc ('k') | content/browser/renderer_host/render_process_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698