Chromium Code Reviews| Index: chrome/renderer/plugins/plugin_placeholder.cc |
| diff --git a/chrome/renderer/plugins/plugin_placeholder.cc b/chrome/renderer/plugins/plugin_placeholder.cc |
| index c1b31584537f27c91de16f1cfd38ceaa7378e645..512595cf78805cfc786b034fa51891e939770a7e 100644 |
| --- a/chrome/renderer/plugins/plugin_placeholder.cc |
| +++ b/chrome/renderer/plugins/plugin_placeholder.cc |
| @@ -438,7 +438,6 @@ void PluginPlaceholder::PluginListChanged() { |
| render_view()->Send(new ChromeViewHostMsg_GetPluginInfo( |
| routing_id(), GURL(plugin_params_.url), document.url(), |
| mime_type, &output)); |
| - |
|
Bernhard Bauer
2012/09/24 09:14:25
Nit: This change is unnecessary now.
ibraaaa
2012/09/24 11:01:07
Done.
|
| if (output.status.value == status_->value) |
| return; |
| chrome::ChromeContentRendererClient* client = |