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

Unified Diff: chrome/browser/gtk/download_shelf_gtk.cc

Issue 66001: Restore -Wall to Linux build and set up for -Werror. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 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
« no previous file with comments | « chrome/browser/gtk/bookmark_bar_gtk.cc ('k') | third_party/ffmpeg/ffmpeg.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/download_shelf_gtk.cc
===================================================================
--- chrome/browser/gtk/download_shelf_gtk.cc (revision 13472)
+++ chrome/browser/gtk/download_shelf_gtk.cc (working copy)
@@ -130,15 +130,13 @@
gtk_box_pack_start(GTK_BOX(shelf_), padding_bg, FALSE, FALSE, 0);
// Create and pack the close button.
- GtkWidget* centering_vbox_;
close_button_.reset(CustomDrawButton::AddBarCloseButton(hbox_));
g_signal_connect(G_OBJECT(close_button_->widget()), "clicked",
G_CALLBACK(OnButtonClick), this);
// Create and pack the "Show all downloads..." link.
// TODO(estade): there are some pixels above and below the link that
- // can be clicked. I tried to fix this with a vbox (akin to |centering_vbox|
- // above), but no dice.
+ // can be clicked. I tried to fix this with a vbox, but no dice.
GtkWidget* link_box;
GtkWidget* link_button;
std::string link_text =
« no previous file with comments | « chrome/browser/gtk/bookmark_bar_gtk.cc ('k') | third_party/ffmpeg/ffmpeg.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698