Chromium Code Reviews| Index: chrome/browser/plugin_installer.cc |
| =================================================================== |
| --- chrome/browser/plugin_installer.cc (revision 2568) |
| +++ chrome/browser/plugin_installer.cc (working copy) |
| @@ -59,7 +59,7 @@ |
| void PluginInstaller::OnOKButtonPressed() { |
| current_bar_->BeginClose(); |
| - web_contents_->InstallMissingPlugin(); |
| + web_contents_->render_view_host()->InstallMissingPlugin(); |
| } |
| PluginInstaller::PluginInstallerBar |