Index: ui/views/window/dialog_delegate.h |
diff --git a/ui/views/window/dialog_delegate.h b/ui/views/window/dialog_delegate.h |
index 68b1f202e2f95118126092ee4f0ff935faec4f47..96bb96e7972fa24669b4659b387ffab56152481c 100644 |
--- a/ui/views/window/dialog_delegate.h |
+++ b/ui/views/window/dialog_delegate.h |
@@ -56,11 +56,6 @@ class VIEWS_EXPORT DialogDelegate : public ui::DialogModel, |
// If a custom padding should be used, returns true and populates |padding|. |
virtual bool GetExtraViewPadding(int* padding); |
- // Override this function to display an extra view in the titlebar. |
- // Overrides may construct the view; this will only be called once per dialog. |
- // Note: this only works for new style dialogs. |
- virtual View* CreateTitlebarExtraView(); |
Evan Stade
2016/02/23 19:02:36
this wasn't being used anywhere
|
- |
// Override this function to display a footnote view below the buttons. |
// Overrides may construct the view; this will only be called once per dialog. |
virtual View* CreateFootnoteView(); |