| Index: ui/views/controls/styled_label.h
|
| diff --git a/ui/views/controls/styled_label.h b/ui/views/controls/styled_label.h
|
| index 075827796428dc46e18332ac7f869acdb03255f7..503f356ad4fbd979ff2a0b21f3b2ad4b2d556cfa 100644
|
| --- a/ui/views/controls/styled_label.h
|
| +++ b/ui/views/controls/styled_label.h
|
| @@ -68,6 +68,8 @@ class VIEWS_EXPORT StyledLabel : public View, public LinkListener {
|
| // Sets the text to be displayed, and clears any previous styling.
|
| void SetText(const base::string16& text);
|
|
|
| + const base::string16& text() const { return text_; }
|
| +
|
| // Sets the fonts used by all labels. Can be augemented by styling set by
|
| // AddStyleRange and SetDefaultStyle.
|
| void SetBaseFontList(const gfx::FontList& font_list);
|
|
|