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

Unified Diff: chrome/browser/ui/views/download/download_shelf_view.h

Issue 2094553002: MD - Fix coloring of buttons on DL shelf. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compiling is always a plus Created 4 years, 6 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
Index: chrome/browser/ui/views/download/download_shelf_view.h
diff --git a/chrome/browser/ui/views/download/download_shelf_view.h b/chrome/browser/ui/views/download/download_shelf_view.h
index 2265ae942edb1f55e880cbb863aac3e812fa14c0..3c8fa19713c74d490dea0c6a13826c64960151e4 100644
--- a/chrome/browser/ui/views/download/download_shelf_view.h
+++ b/chrome/browser/ui/views/download/download_shelf_view.h
@@ -30,6 +30,7 @@ class PageNavigator;
namespace views {
class ImageButton;
class ImageView;
+class MdTextButton;
}
// DownloadShelfView is a view that contains individual views for each download,
@@ -149,6 +150,9 @@ class DownloadShelfView : public views::AccessiblePaneView,
// Link for showing all downloads. For MD this is a system style button.
views::View* show_all_view_;
+ // This is the same as |show_all_view_|, but only valid in MD mode.
+ views::MdTextButton* show_all_view_md_;
+
// Button for closing the downloads. This is contained as a child, and
// deleted by View.
views::ImageButton* close_button_;
« no previous file with comments | « chrome/browser/ui/views/download/download_item_view_md.cc ('k') | chrome/browser/ui/views/download/download_shelf_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698