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

Unified Diff: chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h

Issue 22694006: Infobar system refactor. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years 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/ui/gtk/infobars/confirm_infobar_gtk.h
===================================================================
--- chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h (revision 238220)
+++ chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h (working copy)
@@ -18,14 +18,13 @@
// "Would you like to do X? [Yes] [No] _Learn More_ [x]"
class ConfirmInfoBarGtk : public InfoBarGtk {
public:
- ConfirmInfoBarGtk(InfoBarService* owner,
- ConfirmInfoBarDelegate* delegate);
+ explicit ConfirmInfoBarGtk(scoped_ptr<ConfirmInfoBarDelegate> delegate);
private:
virtual ~ConfirmInfoBarGtk();
// InfoBarGtk:
- virtual void InitWidgets() OVERRIDE;
+ virtual void PlatformSpecificSetOwner() OVERRIDE;
ConfirmInfoBarDelegate* GetDelegate();
« no previous file with comments | « chrome/browser/ui/gtk/infobars/before_translate_infobar_gtk.cc ('k') | chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698