| 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_;
|
|
|