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

Unified Diff: chrome/renderer/plugins/power_saver_info.h

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/chrome_plugin_placeholder.cc ('k') | chrome/renderer/plugins/power_saver_info.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/plugins/power_saver_info.h
diff --git a/chrome/renderer/plugins/power_saver_info.h b/chrome/renderer/plugins/power_saver_info.h
index bbcd7ac6a3ccddc2307e58007ddb8c8d2332acd2..ec1c5defcb45c50f3175349d9f7ad9f35d89c476 100644
--- a/chrome/renderer/plugins/power_saver_info.h
+++ b/chrome/renderer/plugins/power_saver_info.h
@@ -31,8 +31,6 @@ struct PowerSaverInfo {
const blink::WebPluginParams& params,
const content::WebPluginInfo& plugin_info,
const GURL& document_url);
- // Whether this plugin is eligible for power saver.
- bool is_eligible;
// Whether power saver should be enabled.
bool power_saver_enabled;
« no previous file with comments | « chrome/renderer/plugins/chrome_plugin_placeholder.cc ('k') | chrome/renderer/plugins/power_saver_info.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698