| Index: chrome/browser/ui/panels/panel.h
|
| diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
|
| index d3e6b491bcf5efc5e5926d88e4ed5e143409826e..547ccff5bb7c1738aa658e5bad1a6b1f7d868a82 100644
|
| --- a/chrome/browser/ui/panels/panel.h
|
| +++ b/chrome/browser/ui/panels/panel.h
|
| @@ -140,7 +140,6 @@ 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 ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) OVERRIDE;
|
| virtual void ConfirmBrowserCloseWithPendingDownloads() OVERRIDE;
|
| virtual void UserChangedTheme() OVERRIDE;
|
|
|