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 7be06986d65254978cda28c61c026457d13787b6..4a1720f985819615cbaf49439fe1432d08c27a9e 100644 |
--- a/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
+++ b/chrome/renderer/plugins/chrome_plugin_placeholder.cc |
@@ -148,7 +148,7 @@ ChromePluginPlaceholder* ChromePluginPlaceholder::CreateBlockedPlugin( |
content::RenderFrame* render_frame, |
WebLocalFrame* frame, |
const WebPluginParams& params, |
- const content::WebPluginInfo& plugin, |
+ const content::WebPluginInfo& info, |
const std::string& identifier, |
const base::string16& name, |
int template_id, |
@@ -177,7 +177,7 @@ ChromePluginPlaceholder* ChromePluginPlaceholder::CreateBlockedPlugin( |
if (poster_url.is_valid()) |
blocked_plugin->BlockForPowerSaverPoster(); |
#endif |
- blocked_plugin->SetPluginInfo(plugin); |
+ blocked_plugin->SetPluginInfo(info); |
blocked_plugin->SetIdentifier(identifier); |
return blocked_plugin; |
} |