| 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 46a56cec2ff977835d4546ee7a2cf918d83497b5..7be06986d65254978cda28c61c026457d13787b6 100644
|
| --- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| +++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc
|
| @@ -303,7 +303,8 @@ 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();
|
| + DisablePowerSaverForInstance(
|
| + content::PluginInstanceThrottler::UNTHROTTLE_METHOD_BY_CLICK);
|
| #endif
|
| LoadPlugin();
|
| break;
|
|
|