| Index: chrome/browser/ui/browser_window.h
|
| diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h
|
| index 41b321d71400e6a03284c6701976cf91bee641d7..598b9ff19c7e46cc37fc7718b7c0da274a9780f2 100644
|
| --- a/chrome/browser/ui/browser_window.h
|
| +++ b/chrome/browser/ui/browser_window.h
|
| @@ -239,9 +239,6 @@ class BrowserWindow {
|
| // Returns the DownloadShelf.
|
| virtual DownloadShelf* GetDownloadShelf() = 0;
|
|
|
| - // Shows the repost form confirmation dialog box.
|
| - virtual void ShowRepostFormWarningDialog(TabContents* tab_contents) = 0;
|
| -
|
| // Shows the collected cookies dialog box.
|
| virtual void ShowCollectedCookiesDialog(TabContentsWrapper* tab_contents) = 0;
|
|
|
|
|