| Index: chrome/browser/cocoa/html_dialog_window_controller.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/html_dialog_window_controller.mm (revision 64933)
|
| +++ chrome/browser/cocoa/html_dialog_window_controller.mm (working copy)
|
| @@ -44,6 +44,7 @@
|
| virtual std::string GetDialogArgs() const;
|
| virtual void OnDialogClosed(const std::string& json_retval);
|
| virtual void OnCloseContents(TabContents* source, bool* out_close_dialog) { }
|
| + virtual bool ShouldShowDialogTitle() const { return true; }
|
|
|
| // HtmlDialogTabContentsDelegate declarations.
|
| virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
|
|
|