| 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);
|
|
|
|
|