| Index: chrome/browser/chrome_plugin_host.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_plugin_host.cc (revision 64933)
|
| +++ chrome/browser/chrome_plugin_host.cc (working copy)
|
| @@ -327,6 +327,7 @@
|
| 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.
|
|
|