| Index: chrome/browser/views/html_dialog_view.h
|
| ===================================================================
|
| --- chrome/browser/views/html_dialog_view.h (revision 64933)
|
| +++ chrome/browser/views/html_dialog_view.h (working copy)
|
| @@ -55,6 +55,7 @@
|
| virtual void WindowClosing();
|
| virtual views::View* GetContentsView();
|
| virtual views::View* GetInitiallyFocusedView();
|
| + virtual bool ShouldShowWindowTitle() const;
|
|
|
| // Overridden from HtmlDialogUIDelegate:
|
| virtual bool IsDialogModal() const;
|
| @@ -66,6 +67,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;
|
|
|
| // Overridden from TabContentsDelegate:
|
| virtual void MoveContents(TabContents* source, const gfx::Rect& pos);
|
|
|