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

Unified Diff: chrome/renderer/resources/plugins/blocked_plugin.html

Issue 2143073002: Plugin Power Saver: Improve blocked tiny plugins behavior (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename a variable again Created 4 years, 5 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/renderer/plugins/power_saver_info.cc ('k') | chrome/renderer/resources/plugins/plugin_delay.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/resources/plugins/blocked_plugin.html
diff --git a/chrome/renderer/resources/plugins/blocked_plugin.html b/chrome/renderer/resources/plugins/blocked_plugin.html
index 89de1eb2d27fa36c7ca06ead9af7f1bc6e5b1401..94313a13c5cfb1dae6ec8a3426330bd5b603cf14 100644
--- a/chrome/renderer/resources/plugins/blocked_plugin.html
+++ b/chrome/renderer/resources/plugins/blocked_plugin.html
@@ -11,6 +11,9 @@ function setMessage(msg) {
function notifyDidFinishLoading() {
if (plugin.didFinishLoading)
plugin.didFinishLoading();
+
+ if (plugin.didFinishIconRepositionForTesting)
+ plugin.didFinishIconRepositionForTesting();
}
</script>
</if>
« no previous file with comments | « chrome/renderer/plugins/power_saver_info.cc ('k') | chrome/renderer/resources/plugins/plugin_delay.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698