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

Unified Diff: chrome/browser/plugins/plugin_power_saver_browsertest.cc

Issue 2508713004: Revert of Disable PluginPowerSaverBrowserTest.BackgroundTabPlugins (Closed)
Patch Set: Created 4 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/plugins/plugin_power_saver_browsertest.cc
diff --git a/chrome/browser/plugins/plugin_power_saver_browsertest.cc b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
index f00200870abb1168a3e43b1b25b711be17cf9d4a..2b33c53673efcf3085aac40b94a5d25bcdd22c68 100644
--- a/chrome/browser/plugins/plugin_power_saver_browsertest.cc
+++ b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
@@ -657,9 +657,7 @@
VerifyPluginMarkedEssential(GetActiveWebContents(), "plugin");
}
-// Flaky on all bots. crbug.com/665706
-IN_PROC_BROWSER_TEST_F(PluginPowerSaverBrowserTest,
- DISABLED_BackgroundTabPlugins) {
+IN_PROC_BROWSER_TEST_F(PluginPowerSaverBrowserTest, BackgroundTabPlugins) {
content::WebContents* background_contents = LoadHTMLInBackgroundTab(
"<object id='same_origin' data='fake.swf' "
" type='application/x-shockwave-flash'></object>"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698