summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chrome_plugin_host.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/chrome_plugin_host.cc')
-rw-r--r--chrome/browser/chrome_plugin_host.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc
index 72a7309..66c0183 100644
--- a/chrome/browser/chrome_plugin_host.cc
+++ b/chrome/browser/chrome_plugin_host.cc
@@ -326,7 +326,7 @@ class ModelessHtmlDialogDelegate : public HtmlDialogUIDelegate {
void Show() {
DCHECK(MessageLoop::current() == main_message_loop_);
Browser* browser = BrowserList::GetLastActive();
- browser->ShowHtmlDialog(this, parent_wnd_);
+ browser->BrowserShowHtmlDialog(this, parent_wnd_);
}
// Gives the JSON result string back to the plugin.