diff options
-rw-r--r-- | chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h index bb61fd9..0ac2186 100644 --- a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h +++ b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h @@ -12,6 +12,9 @@ typedef struct _GtkWidget GtkWidget; +// An infobar that shows a message, up to two optional buttons, and an optional, +// right-aligned link. This is commonly used to do things like: +// "Would you like to do X? [Yes] [No] _Learn More_ [x]" class ConfirmInfoBarGtk : public InfoBar { public: explicit ConfirmInfoBarGtk(ConfirmInfoBarDelegate* delegate); |