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

Unified Diff: ui/views/controls/button/md_text_button.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 | « chrome/browser/ui/views/download/download_shelf_view.cc ('k') | ui/views/controls/button/md_text_button.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/button/md_text_button.h
diff --git a/ui/views/controls/button/md_text_button.h b/ui/views/controls/button/md_text_button.h
index 6633fa4998f6da585ca1865d765af07ad2fc9453..40630b9725b794af12672c6e511e35262355b0d4 100644
--- a/ui/views/controls/button/md_text_button.h
+++ b/ui/views/controls/button/md_text_button.h
@@ -24,6 +24,8 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
static MdTextButton* Create(ButtonListener* listener,
const base::string16& text);
+ ~MdTextButton() override;
+
// See |is_prominent_|.
void SetProminent(bool is_prominent);
@@ -54,7 +56,6 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
private:
explicit MdTextButton(ButtonListener* listener);
- ~MdTextButton() override;
void UpdatePadding();
void UpdateColors();
« no previous file with comments | « chrome/browser/ui/views/download/download_shelf_view.cc ('k') | ui/views/controls/button/md_text_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698