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

Unified Diff: chrome/browser/views/tabs/tab_renderer.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/views/frame/browser_view.cc ('k') | chrome/browser/views/tabs/tab_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/views/tabs/tab_renderer.h
===================================================================
--- chrome/browser/views/tabs/tab_renderer.h (revision 17483)
+++ chrome/browser/views/tabs/tab_renderer.h (working copy)
@@ -135,7 +135,6 @@
// The bounds of various sections of the display.
gfx::Rect favicon_bounds_;
- gfx::Rect download_icon_bounds_;
gfx::Rect title_bounds_;
// Current state of the animation.
@@ -163,7 +162,6 @@
bool crashed;
bool off_the_record;
bool show_icon;
- bool show_download_icon;
};
TabData data_;
@@ -183,9 +181,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/views/frame/browser_view.cc ('k') | chrome/browser/views/tabs/tab_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698