Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1102)

Unified Diff: chrome/browser/tab_contents/confirm_infobar_delegate.h

Issue 8698016: Remove InfoBarDelegate::InfoBarClosed(), delete InfoBars directly. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cancelling changes. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/tab_contents/confirm_infobar_delegate.h
diff --git a/chrome/browser/tab_contents/confirm_infobar_delegate.h b/chrome/browser/tab_contents/confirm_infobar_delegate.h
index 593fe3ddcc8e94830dd97d920a4f9f71a64ca329..80688cf342b7ca292d84f3c1fff7d70d36f4f4d4 100644
--- a/chrome/browser/tab_contents/confirm_infobar_delegate.h
+++ b/chrome/browser/tab_contents/confirm_infobar_delegate.h
@@ -15,6 +15,8 @@
// control a ConfirmInfoBar.
class ConfirmInfoBarDelegate : public InfoBarDelegate {
public:
+ virtual ~ConfirmInfoBarDelegate();
+
enum InfoBarButton {
BUTTON_NONE = 0,
BUTTON_OK = 1 << 0,
@@ -57,7 +59,6 @@ class ConfirmInfoBarDelegate : public InfoBarDelegate {
protected:
explicit ConfirmInfoBarDelegate(InfoBarTabHelper* infobar_helper);
- virtual ~ConfirmInfoBarDelegate();
virtual bool ShouldExpire(
const content::LoadCommittedDetails& details) const OVERRIDE;
« no previous file with comments | « chrome/browser/infobars/infobar_tab_helper.cc ('k') | chrome/browser/ui/cocoa/infobars/infobar_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698