| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index c9f4eab76d2a2a153a3d0b44b196089547375016..19d58f778c82b6151b7463fb8fff54165eb605cf 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -144,7 +144,8 @@ class Panel : public BrowserWindow,
|
| const GURL& url, 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;
|
|
|