| Index: chrome/browser/ui/browser.cc
|
| diff --git a/chrome/browser/ui/browser.cc b/chrome/browser/ui/browser.cc
|
| index 13b80a3500f57bac37a24561f13b8a80c8595f3f..3bfdff9c064da6d993b884752212857d4d24f174 100644
|
| --- a/chrome/browser/ui/browser.cc
|
| +++ b/chrome/browser/ui/browser.cc
|
| @@ -3770,8 +3770,9 @@ void Browser::HandleKeyboardEvent(const NativeWebKeyboardEvent& event) {
|
| window()->HandleKeyboardEvent(event);
|
| }
|
|
|
| -void Browser::ShowRepostFormWarningDialog(TabContents *tab_contents) {
|
| - window()->ShowRepostFormWarningDialog(tab_contents);
|
| +void Browser::ShowTabModalDialog(TabModalDialogDelegate* delegate,
|
| + TabContents* tab_contents) {
|
| + window()->ShowTabModalDialog(delegate, tab_contents);
|
| }
|
|
|
| void Browser::ShowContentSettingsPage(ContentSettingsType content_type) {
|
|
|