| Index: chrome/browser/ui/views/frame/browser_view.h
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.h b/chrome/browser/ui/views/frame/browser_view.h
|
| index 1d8444c3bec55e5e6842f49afc9f9bf040c0def4..bcf5d673977372e2e85781a427afa4a3fcb1070f 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.h
|
| +++ b/chrome/browser/ui/views/frame/browser_view.h
|
| @@ -300,7 +300,8 @@ class BrowserView : public BrowserWindow,
|
| void SetDownloadShelfVisible(bool visible);
|
| 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;
|
|
|