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

Unified Diff: chrome/browser/prerender/prerender_test_utils.cc

Issue 2356053002: [HBD] Only use Plugin Content Settings for Flash. (Closed)
Patch Set: address xhwang comments Created 4 years, 3 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
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | chrome/common/plugin_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/prerender/prerender_test_utils.cc
diff --git a/chrome/browser/prerender/prerender_test_utils.cc b/chrome/browser/prerender/prerender_test_utils.cc
index af4a6dab6c2db51194b4aa3fc8d7edefc3885be3..148a9a2907c24731dc22ff0229a7b5a50cfe0965 100644
--- a/chrome/browser/prerender/prerender_test_utils.cc
+++ b/chrome/browser/prerender/prerender_test_utils.cc
@@ -414,10 +414,7 @@ PrerenderInProcessBrowserTest::~PrerenderInProcessBrowserTest() {}
void PrerenderInProcessBrowserTest::SetUpCommandLine(
base::CommandLine* command_line) {
- command_line->AppendSwitch(switches::kEnablePepperTesting);
- command_line->AppendSwitchASCII(switches::kOverridePluginPowerSaverForTesting,
- "ignore-list");
- ASSERT_TRUE(ppapi::RegisterPowerSaverTestPlugin(command_line));
+ ASSERT_TRUE(ppapi::RegisterFlashTestPlugin(command_line));
}
void PrerenderInProcessBrowserTest::TearDownInProcessBrowserTestFixture() {
« no previous file with comments | « chrome/browser/prerender/prerender_browsertest.cc ('k') | chrome/common/plugin_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698