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

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

Issue 7066031: GTK: Buttons on Confirm Infobars should have matching sizes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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/ui/gtk/infobars/confirm_infobar_gtk.h
diff --git a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h
index dce45da0db56982bc0bd3f814e0d624b62167bd4..8fc0ac72603104eb2faf0c8c2d01a9d8d3593d4f 100644
--- a/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h
+++ b/chrome/browser/ui/gtk/infobars/confirm_infobar_gtk.h
@@ -11,6 +11,7 @@
#include "chrome/browser/ui/gtk/infobars/infobar_gtk.h"
#include "ui/base/gtk/gtk_signal.h"
+typedef struct _GtkSizeGroup GtkSizeGroup;
typedef struct _GtkWidget GtkWidget;
// An infobar that shows a message, up to two optional buttons, and an optional,
@@ -33,6 +34,8 @@ class ConfirmInfoBarGtk : public InfoBar {
GtkWidget* confirm_hbox_;
+ GtkSizeGroup* size_group_;
+
DISALLOW_COPY_AND_ASSIGN(ConfirmInfoBarGtk);
};

Powered by Google App Engine
This is Rietveld 408576698