| Index: chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| diff --git a/chrome/browser/ui/cocoa/browser_window_cocoa.h b/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| index 425e55e5aa5c93076acfa10a165171c23ca3e187..f6ee0b886fd08c47bad64fe786e28514bef17ce8 100644
|
| --- a/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| +++ b/chrome/browser/ui/cocoa/browser_window_cocoa.h
|
| @@ -91,7 +91,8 @@ class BrowserWindowCocoa : public BrowserWindow,
|
| bool already_bookmarked) OVERRIDE;
|
| virtual bool IsDownloadShelfVisible() const OVERRIDE;
|
| virtual DownloadShelf* GetDownloadShelf() OVERRIDE;
|
| - virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) OVERRIDE;
|
| + virtual void ShowTabModalDialog(TabModalDialogDelegate* delegate,
|
| + TabContents* tab_contents) OVERRIDE;
|
| virtual void ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) OVERRIDE;
|
| virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE;
|
| virtual void UserChangedTheme() OVERRIDE;
|
|
|