| Index: chrome/test/base/test_browser_window.h
|
| diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h
|
| index 2708ff92276d932cc767b639330920d47a399e98..da5b01dd63df5bbdd49b674967835a78b2979a23 100644
|
| --- a/chrome/test/base/test_browser_window.h
|
| +++ b/chrome/test/base/test_browser_window.h
|
| @@ -90,8 +90,6 @@ class TestBrowserWindow : public BrowserWindow {
|
| 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 {}
|
|
|