summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/infobar_gtk.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/infobar_gtk.cc')
-rw-r--r--chrome/browser/gtk/infobar_gtk.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/gtk/infobar_gtk.cc b/chrome/browser/gtk/infobar_gtk.cc
index ca5d7126..576cc3a 100644
--- a/chrome/browser/gtk/infobar_gtk.cc
+++ b/chrome/browser/gtk/infobar_gtk.cc
@@ -157,8 +157,6 @@ class LinkInfoBar : public InfoBar {
// We don't want any spacing between the elements, so we pack them into
// this hbox that doesn't use kElementPadding.
- // TODO(estade): we need to reduce the padding on the button, because
- // currently the link has extra space on either side and it looks odd.
GtkWidget* hbox = gtk_hbox_new(FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox), initial_label, FALSE, FALSE, 0);
gtk_box_pack_start(GTK_BOX(hbox), link_button_->widget(),