Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1655)

Unified Diff: chrome/browser/plugin_installer.cc

Issue 4088: Move a bunch of stuff out of WebContents. I removed a bunch of render view ho... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 12 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698