| Index: chrome/browser/ui/views/frame/browser_view.cc
|
| diff --git a/chrome/browser/ui/views/frame/browser_view.cc b/chrome/browser/ui/views/frame/browser_view.cc
|
| index 8194839017a16171b0210b798bae59ecd102c8f4..560416723a98ed32da36ff426d77f868e34a3efa 100644
|
| --- a/chrome/browser/ui/views/frame/browser_view.cc
|
| +++ b/chrome/browser/ui/views/frame/browser_view.cc
|
| @@ -1145,10 +1145,6 @@ DownloadShelf* BrowserView::GetDownloadShelf() {
|
| #endif
|
| }
|
|
|
| -void BrowserView::ShowRepostFormWarningDialog(TabContents* tab_contents) {
|
| - browser::ShowRepostFormWarningDialog(GetNativeHandle(), tab_contents);
|
| -}
|
| -
|
| void BrowserView::ShowCollectedCookiesDialog(TabContentsWrapper* wrapper) {
|
| browser::ShowCollectedCookiesDialog(GetNativeHandle(), wrapper);
|
| }
|
|
|