| Index: content/browser/tab_contents/tab_contents_delegate.cc
|
| diff --git a/content/browser/tab_contents/tab_contents_delegate.cc b/content/browser/tab_contents/tab_contents_delegate.cc
|
| index f88e99ebfbbbefb9a19cd23c51a2e0b67bdae000..cb197380f4f2a909422221f4d8280189e1a0e25f 100644
|
| --- a/content/browser/tab_contents/tab_contents_delegate.cc
|
| +++ b/content/browser/tab_contents/tab_contents_delegate.cc
|
| @@ -187,8 +187,8 @@ void TabContentsDelegate::HandleMouseActivate() {
|
| void TabContentsDelegate::DragEnded() {
|
| }
|
|
|
| -void TabContentsDelegate::ShowRepostFormWarningDialog(
|
| - TabContents* tab_contents) {
|
| +void TabContentsDelegate::ShowTabModalDialog(TabModalDialogDelegate* delegate,
|
| + TabContents* tab_contents) {
|
| }
|
|
|
| bool TabContentsDelegate::OnGoToEntryOffset(int offset) {
|
|
|