| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index 58f39a20fc26e1bb51a355c878fc908a47f16279..61ac82effc628e6da83699c954494e4b978a30d5 100644
|
| --- a/chrome/browser/ui/browser.h
|
| +++ b/chrome/browser/ui/browser.h
|
| @@ -972,7 +972,8 @@ class Browser : public TabHandlerDelegate,
|
| bool* is_keyboard_shortcut) OVERRIDE;
|
| virtual void HandleKeyboardEvent(
|
| const NativeWebKeyboardEvent& event) OVERRIDE;
|
| - virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE;
|
| + virtual void ShowTabModalDialog(TabModalDialogDelegate* delegate,
|
| + TabContents* tab_contents) OVERRIDE;
|
| virtual bool ShouldAddNavigationToHistory(
|
| const history::HistoryAddPageArgs& add_page_args,
|
| content::NavigationType navigation_type) OVERRIDE;
|
|
|