| Index: chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| diff --git a/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h b/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| index c77ac743072eb5e91ca6a6fc2f12ba5271198f1f..592a9f2167e78af6d94674047bc186903b7067ff 100644
|
| --- a/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| +++ b/chrome/browser/ui/webui/tab_modal_confirm_dialog_webui.h
|
| @@ -59,6 +59,9 @@ class TabModalConfirmDialogWebUI : public TabModalConfirmDialog,
|
|
|
| // TabModalConfirmDialogCloseDelegate:
|
| virtual void CloseDialog() OVERRIDE;
|
| + virtual void SetPreventCloseOnLoadStart(bool prevent) OVERRIDE;
|
| +
|
| + content::WebContents* web_contents_;
|
|
|
| scoped_ptr<TabModalConfirmDialogDelegate> delegate_;
|
|
|
|
|