| Index: chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h
|
| ===================================================================
|
| --- chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h (revision 194662)
|
| +++ chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h (working copy)
|
| @@ -24,6 +24,11 @@
|
| private:
|
| virtual ~ConfirmInfoBarGtk();
|
|
|
| + // InfoBarGtk:
|
| + virtual void InitWidgets() OVERRIDE;
|
| +
|
| + ConfirmInfoBarDelegate* GetDelegate();
|
| +
|
| // Adds a button to the info bar by type. It will do nothing if the delegate
|
| // doesn't specify a button of the given type.
|
| void AddButton(ConfirmInfoBarDelegate::InfoBarButton type);
|
|
|