diff options
author | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-17 02:21:02 +0000 |
---|---|---|
committer | bauerb@chromium.org <bauerb@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-17 02:21:02 +0000 |
commit | d830d93a73c919f83624a4d18fdc9a0d44eab40f (patch) | |
tree | e7b2ec991ab84e63fa2127868c33ddfe5698f4c4 /chrome/test/base/test_browser_window.h | |
parent | 8c77c434f3013c48411d69a98caa832e2da93000 (diff) | |
download | chromium_src-d830d93a73c919f83624a4d18fdc9a0d44eab40f.zip chromium_src-d830d93a73c919f83624a4d18fdc9a0d44eab40f.tar.gz chromium_src-d830d93a73c919f83624a4d18fdc9a0d44eab40f.tar.bz2 |
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.
BUG=92795
TEST=none
Review URL: http://codereview.chromium.org/8658005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114898 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/base/test_browser_window.h')
-rw-r--r-- | chrome/test/base/test_browser_window.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/test/base/test_browser_window.h b/chrome/test/base/test_browser_window.h index 2708ff9..da5b01d 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 {} |