| Index: chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| diff --git a/chrome/renderer/plugins/chrome_plugin_placeholder.cc b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| index 0f35197e27cbaacbde7c35fa4d943306f4e8f3fe..56c71245aa24788470a90e015d81e626712044df 100644
|
| --- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| @@ -361,7 +361,8 @@ blink::WebPlugin* ChromePluginPlaceholder::CreatePlugin() {
|
| // If the plugin has already been marked essential in its placeholder form,
|
| // we shouldn't create a new throttler and start the process all over again.
|
| if (power_saver_enabled()) {
|
| - throttler = content::PluginInstanceThrottler::Create();
|
| + throttler = content::PluginInstanceThrottler::Create(
|
| + !heuristic_run_before_ /* record_decision */);
|
| // PluginPreroller manages its own lifetime.
|
| new PluginPreroller(render_frame(), GetFrame(), GetPluginParams(),
|
| GetPluginInfo(), GetIdentifier(), title_,
|
|
|