diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 19:39:49 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-23 19:39:49 +0000 |
commit | b021f0b64e217ca53874e28f175dab0765d48752 (patch) | |
tree | ac094f00e033c473614bb4958d96952d44ba8b81 | |
parent | bd827b4f5f23b7525edebeaa6f9bd99a415b7cd4 (diff) | |
download | chromium_src-b021f0b64e217ca53874e28f175dab0765d48752.zip chromium_src-b021f0b64e217ca53874e28f175dab0765d48752.tar.gz chromium_src-b021f0b64e217ca53874e28f175dab0765d48752.tar.bz2 |
Remove outdated comment. No code change.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14341 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/browser/gtk/infobar_gtk.cc | 2 |
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(), |