From 67baffc858d3b6e6f22f3be3a043a9881fa633da Mon Sep 17 00:00:00 2001 From: "bauerb@chromium.org" Date: Mon, 19 Dec 2011 18:03:07 +0000 Subject: Reland r114898: Add TabModalConfirmDialogDelegate to show simple tab-modal confirmation dialogs. This CL carves a TabModalConfirmDialogDelegate class (modeled after ConfirmInfobarDelegate) out of RepostFormWarningController and makes it a subclass thereof. It also removes the ShowRepostFormWarning method from BrowserWindow and its subclasses, in favor of a method in browser_dialogs.h. TBR=thakis@chromium.org,ben@chromium.org,estade@chromium.org,derat@chromium.org BUG=92795 TEST=none Review URL: http://codereview.chromium.org/8986005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115000 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/ui/browser_window.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'chrome/browser/ui/browser_window.h') diff --git a/chrome/browser/ui/browser_window.h b/chrome/browser/ui/browser_window.h index 41b321d..598b9ff 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; -- cgit v1.1