| Index: chrome/browser/dom_ui/constrained_html_ui_browsertest.cc
 | 
| diff --git a/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc b/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc
 | 
| index cc21bfa26f412cb3e9bf0af200932fc28abe3bda..a1cd3009f538fd591ab4aa52c451b5f801d9467d 100644
 | 
| --- a/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc
 | 
| +++ b/chrome/browser/dom_ui/constrained_html_ui_browsertest.cc
 | 
| @@ -50,6 +50,7 @@ class TestHtmlDialogUIDelegate : public HtmlDialogUIDelegate {
 | 
|      if (out_close_dialog)
 | 
|        *out_close_dialog = true;
 | 
|    }
 | 
| +  virtual bool ShouldShowDialogTitle() const { return true; }
 | 
|  };
 | 
|  
 | 
|  }  // namespace
 | 
| 
 |