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

Unified Diff: chrome/browser/api/infobars/confirm_infobar_delegate.h

Issue 11644059: Change infobar creation to use a public static Create() method on the infobar delegate classes. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 11 months 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/api/infobars/confirm_infobar_delegate.h
===================================================================
--- chrome/browser/api/infobars/confirm_infobar_delegate.h (revision 175396)
+++ chrome/browser/api/infobars/confirm_infobar_delegate.h (working copy)
@@ -20,6 +20,8 @@
BUTTON_CANCEL = 1 << 1,
};
+ virtual ~ConfirmInfoBarDelegate();
+
// Returns the InfoBar type to be displayed for the InfoBar.
virtual InfoBarAutomationType GetInfoBarAutomationType() const OVERRIDE;
@@ -59,7 +61,6 @@
protected:
explicit ConfirmInfoBarDelegate(InfoBarService* infobar_service);
- virtual ~ConfirmInfoBarDelegate();
virtual bool ShouldExpireInternal(
const content::LoadCommittedDetails& details) const OVERRIDE;
« no previous file with comments | « chrome/browser/alternate_nav_url_fetcher.cc ('k') | chrome/browser/api/infobars/confirm_infobar_delegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698