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

Unified Diff: chrome/browser/gtk/tabs/tab_renderer_gtk.h

Issue 115740: Move download shelf from per-tab to per-window (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 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
« no previous file with comments | « chrome/browser/gtk/download_shelf_gtk.cc ('k') | chrome/browser/gtk/tabs/tab_renderer_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/gtk/tabs/tab_renderer_gtk.h
===================================================================
--- chrome/browser/gtk/tabs/tab_renderer_gtk.h (revision 17483)
+++ chrome/browser/gtk/tabs/tab_renderer_gtk.h (working copy)
@@ -161,7 +161,6 @@
bool crashed;
bool off_the_record;
bool show_icon;
- bool show_download_icon;
};
// TODO(jhawkins): Move into TabResources class.
@@ -238,7 +237,6 @@
// The bounds of various sections of the display.
gfx::Rect favicon_bounds_;
- gfx::Rect download_icon_bounds_;
gfx::Rect title_bounds_;
gfx::Rect close_button_bounds_;
@@ -252,10 +250,6 @@
static gfx::Font* title_font_;
static int title_font_height_;
- static SkBitmap* download_icon_;
- static int download_icon_width_;
- static int download_icon_height_;
-
static int close_button_width_;
static int close_button_height_;
@@ -266,9 +260,6 @@
// changes and layout appropriately.
bool showing_icon_;
- // Whether we are showing the download icon. Comes from the model.
- bool showing_download_icon_;
-
// Whether we are showing the close button. It is cached so that we can
// detect when it changes and layout appropriately.
bool showing_close_button_;
« no previous file with comments | « chrome/browser/gtk/download_shelf_gtk.cc ('k') | chrome/browser/gtk/tabs/tab_renderer_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698