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

Unified Diff: chrome/renderer/resources/plugins/plugin_delay.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
Index: chrome/renderer/resources/plugins/plugin_delay.html
diff --git a/chrome/renderer/resources/plugins/plugin_delay.html b/chrome/renderer/resources/plugins/plugin_delay.html
deleted file mode 100644
index 2414abf24288b37e67ef5b79d275e769e3f9fa03..0000000000000000000000000000000000000000
--- a/chrome/renderer/resources/plugins/plugin_delay.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<!doctype html>
-<html>
-<head>
-<meta charset="utf-8">
-<meta name="viewport" content="width=device-width, user-scalable=no">
-<script>
- window.onload = function() {
- if (plugin.didFinishLoading)
- plugin.didFinishLoading();
- if (plugin.didFinishIconRepositionForTesting) {
- // Defer until reflow complete.
- window.setTimeout(function() {
- plugin.didFinishIconRepositionForTesting();
- });
- }};
-</script>
-<body>
- <div></div>
-</body>
-</html>
-
« no previous file with comments | « chrome/renderer/resources/plugins/blocked_plugin.html ('k') | chrome/renderer/resources/renderer_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698