Chromium Code Reviews| Index: ui/views/bubble/bubble_frame_view.h |
| diff --git a/ui/views/bubble/bubble_frame_view.h b/ui/views/bubble/bubble_frame_view.h |
| index 4d56032dff93b1243c96a42985873f2d63991311..73fa69c6905e95df3ef36ca8f85f14893e02c359 100644 |
| --- a/ui/views/bubble/bubble_frame_view.h |
| +++ b/ui/views/bubble/bubble_frame_view.h |
| @@ -43,6 +43,9 @@ class VIEWS_EXPORT BubbleFrameView : public NonClientFrameView, |
| virtual void UpdateWindowIcon() OVERRIDE; |
| virtual void UpdateWindowTitle() OVERRIDE; |
| + // Use BaseFont for the bubble title label. |
| + void ShowTitleInBaseFont(); |
|
msw
2014/06/10 18:16:05
How about SetTitleFontList?
|
| + |
| // View overrides: |
| virtual gfx::Insets GetInsets() const OVERRIDE; |
| virtual gfx::Size GetPreferredSize() const OVERRIDE; |