| Index: chrome/browser/modal_html_dialog_delegate.cc
|
| diff --git a/chrome/browser/modal_html_dialog_delegate.cc b/chrome/browser/modal_html_dialog_delegate.cc
|
| index 09b4c4a1b30aaa52f1021f42ba745547c49257ab..b9438cf4c962a755058c8664c769fca8872d9e2a 100644
|
| --- a/chrome/browser/modal_html_dialog_delegate.cc
|
| +++ b/chrome/browser/modal_html_dialog_delegate.cc
|
| @@ -69,3 +69,7 @@ void ModalHtmlDialogDelegate::OnDialogClosed(const std::string& json_retval) {
|
| // We are done with this request, so delete us.
|
| delete this;
|
| }
|
| +
|
| +bool ModalHtmlDialogDelegate::ShouldShowDialogTitle() const {
|
| + return true;
|
| +}
|
|
|