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

Unified Diff: ui/views/controls/button/md_text_button.h

Issue 1978403003: [MD] Eliminate as many SetStyle(STYLE_BUTTON) calls as possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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: 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 ebef0e1c2ecbd6f11983e3444e1fc42dd625bede..cc85b26133653faab048a24c54d8758800011a5c 100644
--- a/ui/views/controls/button/md_text_button.h
+++ b/ui/views/controls/button/md_text_button.h
@@ -31,6 +31,8 @@ class VIEWS_EXPORT MdTextButton : public LabelButton {
// secondary UI (as opposed to just "top chrome"/"primary" UI).
static LabelButton* CreateSecondaryUiButton(ButtonListener* listener,
const base::string16& text);
+ static LabelButton* CreateSecondaryUiBlueButton(ButtonListener* listener,
+ const base::string16& text);
static MdTextButton* CreateMdButton(ButtonListener* listener,
const base::string16& text);
« no previous file with comments | « chrome/browser/ui/views/sync/profile_signin_confirmation_dialog_views.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