Index: ui/views/widget/widget_delegate.h |
diff --git a/ui/views/widget/widget_delegate.h b/ui/views/widget/widget_delegate.h |
index 640ccbc6c103e1b09f4fe02d77e7a42c97555c83..5c51045bed8b68d57db08dbe985c3c009708d538 100644 |
--- a/ui/views/widget/widget_delegate.h |
+++ b/ui/views/widget/widget_delegate.h |
@@ -127,6 +127,9 @@ class VIEWS_EXPORT WidgetDelegate { |
// Returns the View that is contained within this Widget. |
virtual View* GetContentsView(); |
+ // Returns the View for the header of the Widget. |
+ virtual View* GetHeaderView(); |
+ |
// Called by the Widget to create the Client View used to host the contents |
// of the widget. |
virtual ClientView* CreateClientView(Widget* widget); |