diff options
Diffstat (limited to 'chrome/browser/chrome_plugin_host.cc')
| -rw-r--r-- | chrome/browser/chrome_plugin_host.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chrome_plugin_host.cc b/chrome/browser/chrome_plugin_host.cc index 76d4756..a044306 100644 --- a/chrome/browser/chrome_plugin_host.cc +++ b/chrome/browser/chrome_plugin_host.cc @@ -327,6 +327,7 @@ class ModelessHtmlDialogDelegate : public HtmlDialogUIDelegate { this, &ModelessHtmlDialogDelegate::ReportResults, json_retval)); } virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) { } + virtual bool ShouldShowDialogTitle() const { return true; } private: // Actually shows the dialog on the UI thread. |
