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

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

Issue 2439873002: Make all text buttons on download shelf work well with themes, not just (Closed)
Patch Set: dont set bg Created 4 years, 2 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 | « no previous file | chrome/browser/ui/views/download/download_item_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/download/download_item_view.h
diff --git a/chrome/browser/ui/views/download/download_item_view.h b/chrome/browser/ui/views/download/download_item_view.h
index b2a3fb686ca9daf38a3c17b137266355f1dd1c3d..df9dd8708f42d29a4c420d203be0860f2cbbb2da 100644
--- a/chrome/browser/ui/views/download/download_item_view.h
+++ b/chrome/browser/ui/views/download/download_item_view.h
@@ -56,6 +56,7 @@ namespace views {
class ImageButton;
class Label;
class LabelButton;
+class MdTextButton;
}
// Represents a single download item on the download shelf. Encompasses an icon,
@@ -282,8 +283,8 @@ class DownloadItemView : public views::InkDropHostView,
base::RepeatingTimer progress_timer_;
// Dangerous mode buttons.
- views::LabelButton* save_button_;
- views::LabelButton* discard_button_;
+ views::MdTextButton* save_button_;
+ views::MdTextButton* discard_button_;
// The drop down button.
DropDownButton* dropdown_button_;
« no previous file with comments | « no previous file | chrome/browser/ui/views/download/download_item_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698