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

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

Issue 2765633002: Plugin Power Saver Tiny: Treat completely obscured plugins as Tiny. (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | chrome/test/data/plugin_power_saver/block_tiny_plugins.html » ('j') | 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 e688838a30544df4208105ede29aa157199e66ce..d8431730f63e59cef55e773faf8d5264987267bb 100644
--- a/chrome/browser/plugins/plugin_power_saver_browsertest.cc
+++ b/chrome/browser/plugins/plugin_power_saver_browsertest.cc
@@ -569,6 +569,7 @@ IN_PROC_BROWSER_TEST_F(PluginPowerSaverBrowserTest, BlockTinyPlugins) {
VerifyPluginMarkedEssential(GetActiveWebContents(), "tiny_same_origin");
VerifyPluginIsPlaceholderOnly("tiny_cross_origin_1");
VerifyPluginIsPlaceholderOnly("tiny_cross_origin_2");
+ VerifyPluginIsPlaceholderOnly("completely_obscured");
TabSpecificContentSettings* tab_specific_content_settings =
TabSpecificContentSettings::FromWebContents(GetActiveWebContents());
« no previous file with comments | « no previous file | chrome/test/data/plugin_power_saver/block_tiny_plugins.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698