| Index: content/browser/tab_contents/tab_contents_delegate.h
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.h b/content/browser/tab_contents/tab_contents_delegate.h
|
| index cc6801b2fb9322cd9839cda8586708d538211951..f726c8189eb04d76882b0eb030995bb9d374c7b2 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.h
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.h
|
| @@ -21,6 +21,7 @@ class DownloadItem;
|
| class FilePath;
|
| class GURL;
|
| class TabContents;
|
| +class TabModalDialogDelegate;
|
| struct ContextMenuParams;
|
| struct NativeWebKeyboardEvent;
|
| struct OpenURLParams;
|
| @@ -248,8 +249,8 @@ class CONTENT_EXPORT TabContentsDelegate {
|
| // Render view drag n drop ended.
|
| virtual void DragEnded();
|
|
|
| - // Shows the repost form confirmation dialog box.
|
| - virtual void ShowRepostFormWarningDialog(TabContents* tab_contents);
|
| + virtual void ShowTabModalDialog(TabModalDialogDelegate* delegate,
|
| + TabContents* tab_contents);
|
|
|
| // Allows delegate to override navigation to the history entries.
|
| // Returns true to allow TabContents to continue with the default processing.
|
|
|