Index: ui/views/bubble/bubble_delegate.h |
diff --git a/ui/views/bubble/bubble_delegate.h b/ui/views/bubble/bubble_delegate.h |
index b3d299997f0808da40685a283483443a5701c674..31b3a6d5f15f090e6331a451d1edb33ac56d5a9f 100644 |
--- a/ui/views/bubble/bubble_delegate.h |
+++ b/ui/views/bubble/bubble_delegate.h |
@@ -49,6 +49,10 @@ class VIEWS_EXPORT BubbleDelegateView : public WidgetDelegateView, |
virtual void OnWidgetBoundsChanged(Widget* widget, |
const gfx::Rect& new_bounds) OVERRIDE; |
+ // Return true to show the bubble title in the base font |
+ // (default is MediumFont). |
+ virtual bool ShouldShowWindowTitleInBaseFont() const; |
msw
2014/06/10 18:16:05
How about GetTitleFontList?
|
+ |
bool close_on_esc() const { return close_on_esc_; } |
void set_close_on_esc(bool close_on_esc) { close_on_esc_ = close_on_esc; } |