| Index: chrome/browser/ui/views/download/download_item_view_md.h
|
| diff --git a/chrome/browser/ui/views/download/download_item_view_md.h b/chrome/browser/ui/views/download/download_item_view_md.h
|
| index 37d1dd40ba3f8793afac5460dec5c9993dc36f33..e4357eaa57f2d222cfd6c26f073b87cfd709380c 100644
|
| --- a/chrome/browser/ui/views/download/download_item_view_md.h
|
| +++ b/chrome/browser/ui/views/download/download_item_view_md.h
|
| @@ -292,9 +292,6 @@ class DownloadItemViewMd : public views::ButtonListener,
|
| // Whether the dangerous mode label has been sized yet.
|
| bool dangerous_download_label_sized_;
|
|
|
| - // The size of the buttons. Cached so animation works when hidden.
|
| - mutable gfx::Size cached_button_size_;
|
| -
|
| // Whether we are currently disabled as part of opening the downloaded file.
|
| bool disabled_while_opening_;
|
|
|
|
|