| 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 4a1720f985819615cbaf49439fe1432d08c27a9e..dcbeca824b97e8fe0a6d8fea38670d7a20bfd921 100644
|
| --- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| @@ -303,7 +303,7 @@ void ChromePluginPlaceholder::OnMenuAction(int request_id, unsigned action) {
|
| case chrome::MENU_COMMAND_PLUGIN_RUN: {
|
| RenderThread::Get()->RecordAction(UserMetricsAction("Plugin_Load_Menu"));
|
| #if defined(ENABLE_PLUGINS)
|
| - DisablePowerSaverForInstance(
|
| + MarkPluginEssential(
|
| content::PluginInstanceThrottler::UNTHROTTLE_METHOD_BY_CLICK);
|
| #endif
|
| LoadPlugin();
|
|
|